Installieren Sie py2exe für Python 2.7 über Pip: Für dieses Paket ist Python 3.3 oder höher erforderlich
>>> python -c "import sys; print sys.version"
2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
>>> pip --version
pip 1.5.5 from C:\Python27\lib\site-packages (python 2.7)
>>> pip install py2exe
<mumble grumble..>
RuntimeError: This package requires Python 3.3 or later
obwohl offiziellpy2exe Download-Seite sagt, sie haben genau das, was ich brauche:
Wie installiere ich py2exe über pip?