Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install py2exe with Python 2.7

I am trying to install py2exe. I have Python 2.7 installed on my machine. Their website mentions that they have released support for 2.7, but when I try to install, it mentions that Python Version 2.6 required, which was not found in the registry. I have downloaded py2exe-0.6.9.

Any one else come up with this problem and figured out how to solve it?

like image 829
floyd1510 Avatar asked Jul 02 '12 06:07

floyd1510


People also ask

Does py2exe support Python 3?

Project description. 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.

Which is better py2exe or PyInstaller?

In PyInstaller it is easy to create one exe, By default both create a bunch of exes & dlls. In py2exe its easier to embed manifest file in exe, useful for run as administrator mode in windows vista and beyond. Pyinstaller is modular and has a feature of hooks to include files in the build that you like.

How py2exe works?

Basically, it packages up your python install and redistributes it. It still runs your Python as Python on a Python interpreter. The exe it creates just kicks everything off. The Python website has some methods on integrating with C++.


1 Answers

Try this link. It's py2exe for Python 2.7.

like image 178
Rod Hyde Avatar answered Oct 19 '22 08:10

Rod Hyde