Question about using Distutils

Thomas Weholt 2002 at weholt.org
Sat Nov 2 18:15:30 EST 2002


I got a setup.py script for my package. If I use python setup.py
bdist_wininst the created executable have a filestructure of
PURELIB/somefolder/somefile etc. If I use python setup.py bdist I get the
entire filestructure, like /program files/python/lib/somefolder/somefile. I
just want the somefolder/*.* part. Anyway of controlling this ??

Best regards,
Thomas





More information about the Python-list mailing list