Discussion:
[python-win32] python-win32 Digest, Vol 142, Issue 5
Michael Watson
10 years ago
Permalink
I am giving a pretty simple overview of how to use InnoSetup and py2exe to
distribute Python apps at PyTennessee.

https://www.pytennessee.org/proposals/114/

You can use the bundle_files option (mentioned above) to cut down the
number of additional files, then use InnoSetup to package everything
together into a single .msi for distribution (there will still be 3 files
once installed).
...
Loading...