[docs] py2exe in Python3.3 documentation

Zachary Ware zachary.ware+pydocs at gmail.com
Fri Jan 17 15:37:45 CET 2014


Hi, Damir

On Fri, Jan 17, 2014 at 6:26 AM, Damir Hakimov <damir.hakimov at gmail.com> wrote:
> Hello all!
>
> Is it correct to place py2exe in Python3.3 documentation?
> http://docs.python.org/3.3/using/windows.html#py2exe
>
> Does py2exe support Python3.3?

It does not, and there is an open issue
(http://bugs.python.org/issue20266) that will include fixing that
mention of py2exe.

There is an in-development version of py2exe for Python 3 called
'py3exe', but I don't know the status of it for sure beyond it not
having been released.  As an alternative, you can try cx_Freeze
(http://cx-freeze.sourceforge.net/), which I have had some success
with.

Regards,

-- 
Zach


More information about the docs mailing list