Search code examples
pythonpy2exe

what are the pros/cons of py2exe


im looking for simple script that will compile to exe , and i found py2exe before i decide to work with it , what do you think are the pros and cons of the py2exe tool?


Solution

  • One con that I'm aware of: no support for Python 3.x. As far as I'm aware, there has been no work done on this (nothing in the SourceForge SVN repo anyway), and no plans for 3.x published on the py2exe site at this time.