]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/doodle/README.txt
Add cx_Freeze and Installer examples
[wxWidgets.git] / wxPython / samples / doodle / README.txt
index f4c80c50e7e316dba3d1152ada4809d5afc45776..49f0ff6e7be37fe94c8e282423c89977bbcd62f9 100644 (file)
@@ -19,13 +19,21 @@ and much more.
                     this command to build the .exe and collect the
                     other needed files:
 
                     this command to build the .exe and collect the
                     other needed files:
 
-                       python setup.py py2exe -w
+                       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.