[python-win32] App distribution for those not having python
installed
Larry Bates
lbates at syscononline.com
Mon Oct 6 09:48:39 EDT 2003
I have used a combination of py2exe (to "freeze" the python
app into an .EXE and some other files) and InnoSetup to act
as the installer (where you can ask user for target for
installation if you like). This doesn't work on all Python
programs because there are some (ReportLab as an example)
that I have still be unable to get to work with py2exe.
-Larry
More information about the Python-win32
mailing list