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?
|
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? |
|||||
|
|
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 |
||||
|
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 |
|||||||||||
|
|
Have a look at the py2exe SourceForge project SVN repository at: http://py2exe.svn.sourceforge.net/ The last I looked at it, it said the last update was August 2009. But keep an eye on that to see if there's any Python 3 work in-progress. I've also submitted two feature requests on the py2exe tracker. So far, no feedback on them: |
||||
|
|