show/hide this revision's text 2 Added further useful information

Another system (not mentioned in the accepted answer yet) is PyInstaller, which worked for a PyQt project of mine when py2exe would not. I found it easier to use.

http://pyinstaller.python-hosting.com/

Pyinstaller is based on Gordon McMillan's Python Installer. Which is no longer available.

show/hide this revision's text 1

Another system (not mentioned in the accepted answer yet) is PyInstaller, which worked for a PyQt project of mine when py2exe would not. I found it easier to use.

http://pyinstaller.python-hosting.com/