I can live with not getting a true single executable
file, but there should at least be an option to put all
.pyd and .dll files in a subdirectory to the directory
where .exe is put...
There's an option. If you study the example setup.py in
samples/advanced , you'll see the option:
zipfile="lib/shared.zip".
All dll, excluded python23.dll is put to lib directory.
Michele
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1003668
There's an option. If you study the example setup.py in
samples/advanced , you'll see the option:
zipfile="lib/shared.zip".
All dll, excluded python23.dll is put to lib directory.
Michele