How can I turn a python 3.3 script into executable file? I found PyInstaller and py2exe, but all did not support 3.3.
http://www.pyinstaller.org/
http://sour
You can use cx_Freeze with Python 3.3. http://cx-freeze.sourceforge.net/