python setup.py py2exe
- superdoodle.iss An InnoSetup script to build a self-installer of
- the superdoodle standalone executable. You can
- get InnoSetup from http://www.jrsoftware.org/.
- You may have to edit this file to make it work
- for your environment and python installation.
-
-
+ superdoodle.iss NOTE: This .iss file needs updating!
+ An InnoSetup script to build a self-installer of
+ the superdoodle standalone executable created
+ with py2exe. You can get InnoSetup from
+ http://www.jrsoftware.org/. You may have to edit
+ this file to make it work for your environment
+ and python installation.
+
+
+ cxfreeze.bat An example of creating an executable with the
+ cx_Freeze utility, downloadable from
+ http://starship.python.net/crew/atuining/cx_Freeze/
+
+ installer.bat An example of creating an executable with Gordon
+ McMillan's Installer utility.