From: Jonno <jon...@gm...> - 2015-01-13 16:35:52
|
I tried to upgrade with 'pip install -U py2exe' on a Win7 machine Anaconda 2.0.1, 32 bit, Python 2.7.7. The pip log shows: Downloading/unpacking py2exe from https://pypi.python.org/packages/source/p/py2exe/py2exe-0.9.2.2.zip#md5=f7d7e3980a606b4ded4d98016759d557 Downloading from URL https://pypi.python.org/packages/source/p/py2exe/py2exe-0.9.2.2.zip#md5=f7d7e3980a606b4ded4d98016759d557 Running setup.py (path:c:\users\marnj\appdata\local\temp\pip_build_marnj\py2exe\setup.py) egg_info for package py2exe Traceback (most recent call last): File "<string>", line 17, in <module> File "c:\users\marnj\appdata\local\temp\pip_build_marnj\py2exe\setup.py", line 10, in <module> raise RuntimeError("This package requires Python 3.3 or later") RuntimeError: This package requires Python 3.3 or later Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 17, in <module> File "c:\users\marnj\appdata\local\temp\pip_build_marnj\py2exe\setup.py", line 10, in <module> raise RuntimeError("This package requires Python 3.3 or later") RuntimeError: This package requires Python 3.3 or later On Tue, Oct 21, 2014 at 1:49 PM, Thomas Heller <th...@ct...> wrote: > py2exe version 0.9.2.2 released > =============================== > > `py2exe` is a distutils extension which allows to build standalone > Windows executable programs (32-bit and 64-bit) from Python scripts; > Python 3.3 and later are supported. It can build console executables, > windows (GUI) executables, windows services, and DLL/EXE COM servers. > (For Python 2.3 - 2.7 the older version 0.6.9 is still available.) > > Changes in version 0.9.2.2: > > - Added support for six, cffi, pycparser, openssl. > > - The cmdline_style options for windows services ("py2exe", "pywin32", > "custom") should work again. > > - Several bugfixes, better error messages. > > > News for py2exe 0.9.2: > > - brand new implementation, written from scratch for Python 3 > > - py2exe now supports Python 3.3 and 3.4 > > - can be installed with 'pip' since py2exe is released in wheel format > (in addition to a source package and bdist_wininst installers) > > - less warnings from the build process thanks to a hooks module which > contains knowledge about some often used packages > > - easy start: executables can now be built with a simple command line > script; no need to write a setup-script from scratch. In fact a > commented setup-script can now be autogenerated > > - py2exe does now find Python modules even in zipped eggs > > > Short manual and download at the Python cheeseshop (or simply install > or upgrade it with 'pip install -U py2exe'): > > https://pypi.python.org/pypi/py2exe/0.9.2.2/ > > Enjoy, > Thomas > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Py2exe-users mailing list > Py2...@li... > https://lists.sourceforge.net/lists/listinfo/py2exe-users > |