Hey guys,
I am looking for a Python3.0 version of "py2exe". I tried running 2to3 on the source for py2exe but the code remained broken.
Any ideas?
Thanks a lot.
|
3
|
Hey guys, I am looking for a Python3.0 version of "py2exe". I tried running 2to3 on the source for py2exe but the code remained broken. Any ideas? Thanks a lot. |
||||
|
|
|
The If you want to build an executable from a working Python program, use the version of If you want to convert an existing Python 2 program to Python 3, use Update: I now understand that you might have been trying to run |
||||||
|
|
|
Did you check out cx_Freeze. It seems to create standalone executables from your python scripts including support for python 3.0 and 3.1 |
||
|
|
|
I just had a look at the py2exe SourceForge project SVN repository at: http://py2exe.svn.sourceforge.net/ At the time I looked at it, it said the last update was 2 months ago. But keep an eye on that to see if there's some Python 3 work in-progress. |
||
|
|