[wxPython] WxPython as a standalone win executable

Does anyone know how to package a wxPython script as a portable standalone Win executable?

···

Michael Glazer

Does anyone know how to package a wxPython script as a portable
standalone Win executable?

Look in the archive of this list for py2exe and InnoSetup. Also, the doodle
sample has some files to show how to use both of these tools.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Use gordon mcmillian’s installer. http://www.mcmillan-inc.com/install5_ann.html

We use his installer to make Windows and Linux images of wxPython programs.

It handles the full range of wxPython, win32com, win32api etc

I have used py2exe, while its good its not good enough for the python code we

turn into exe’s.

    BArry
···

-----Original Message-----
From:
wxpython-users-admin@lists.wxwindows.org [mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of
mglazer
Sent: 10 July 2002 18:48
To:
wxpython-users@lists.wxwindows.org
Subject: [wxPython] WxPython as a standalone win executable

Does anyone know how to package a wxPython script as a portable standalone Win executable?


Michael Glazer