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.