Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I turn a python 3.3 script into executable file? I found PyInstaller and py2exe, but both did not support 3.3

Tags:

python

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://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.

like image 208
Dennisboys Avatar asked May 27 '13 09:05

Dennisboys


1 Answers

Here is the link for the Python 3 version of py2exe.

http://sourceforge.net/p/py2exe/svn/HEAD/tree/trunk/py2exe-3/

Hope this is helpful.

like image 181
wookie Avatar answered Oct 05 '22 11:10

wookie