py2exe/distutils: how to include a tree of files?

Grant Edwards grante at visi.com
Fri Aug 24 17:46:11 EDT 2007


On 2007-08-24, Grant Edwards <grante at visi.com> wrote:

> I'm packaging up a python program and need to include an entire
> directory tree in the distribution.

I've cobbled together something using package_dir/package_data
and  os.path.walk(), but it seems like a bit of a kludge...

-- 
Grant Edwards                   grante             Yow! You mean you don't
                                  at               want to watch WRESTLING
                               visi.com            from ATLANTA?



More information about the Python-list mailing list