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://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/
Both of these tools support 2.7 at most. But my script is written in 3.3.
And I searched the forum posts all pointed to old tools that did not support 3.3.