Python version 3 converting to .exe
From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.
| Announcements | Posted on | |
|---|---|---|
-
Re: Python version 3 converting to .exe
Bit of googling suggests this should work, but I've never used it before so I can't give you any guarantees...
-
Re: Python version 3 converting to .exeIndeed, cx_Freeze seems to be the only one working with Python 3. But it works fine: I've been compiling Pygame .exe with it for a while. It is incompatible with the configparser module from the standard library though (as of Python 3.2.1).(Original post by iCiaran)
Bit of googling suggests this should work, but I've never used it before so I can't give you any guarantees...
Edit: In the latest version of cx_Freeze (4.3), this bug is fixedLast edited by Rastagong; 16-07-2012 at 20:12.