Recent Changes - Search:


PyInstaller

Notes on pyinstaller

Python 2.3->2.5:

I'm checkout out pyinstaller now.

  • Unpack pyinstaller, and move it to C:\Python25\pyinstaller-1.3
  • Add C:\Python25 and @@C:\Python25\pyinstaller-1.3 to the path. Control Panel->System->Advanced.

We now have a test file test.py in ~/test/test.py. Run

 python c:\python25\pyinstaller-1.3\Makespec.py test.py
 python c:\python25\pyinstaller-1.3\Build.py test.spec
Edit - History - Print - Recent Changes - Search
Page last modified on October 29, 2007, at 03:02 PM