py2exe/distutils: how to include a tree of files?
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Fri, 24 Aug 2007 20:55:23 -0000
I'm packaging up a python program and need to include an entire
directory tree in the distribution. the data_files=[] option to
setup() is fine for individual files, but what do I do when I
need to include an entire directory tree?
On a more general note, I'm having trouble finding much
documentation on py2exe at all. There's a wiki page at
py2exe.org, but it's pretty superficial. It mentions looking
at the distutils documentation for details, but I've no idea
how distutils relates to py2exe or where in the distutils
documentation to look for py2exe stuff (I don't see anything
that looks familiar in the distutils docs).
There must be some py2exe documentation somewhere...
[http://sourceforge.net/projects/py2exe/ hasn't been updated in
5 years, is there any reason why it's still around?]
--
Grant Edwards grante Yow! LBJ, LBJ, how many
at JOKES did you tell today??!
visi.com
.
- Follow-Ups:
- Re: py2exe/distutils: how to include a tree of files?
- From: Basilisk96
- Re: py2exe/distutils: how to include a tree of files?
- From: Grant Edwards
- Re: py2exe/distutils: how to include a tree of files?
- From: Grant Edwards
- Re: py2exe/distutils: how to include a tree of files?
- Prev by Date: Re: Co-developers wanted: document markup language
- Next by Date: Re: py2exe/distutils: how to include a tree of files?
- Previous by thread: Re: Clipboard Monitor (tkinter,windows)
- Next by thread: Re: py2exe/distutils: how to include a tree of files?
- Index(es):
Relevant Pages
|