X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7114b9fa28654f7a9c118f6574f7c8e15fa5d302..f7a50432401c62a3300b0b9faa7e99d7ffe3d4e8:/wxPython/samples/doodle/README.txt diff --git a/wxPython/samples/doodle/README.txt b/wxPython/samples/doodle/README.txt index 4fb087ca60..49f0ff6e7b 100644 --- a/wxPython/samples/doodle/README.txt +++ b/wxPython/samples/doodle/README.txt @@ -22,10 +22,18 @@ and much more. 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.