Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

py2exe 64 bit python 2.7 installation

Is there a pip install for py2exe 64 bit that is for the 64 bit python 2.7? The 32 bit py2exe doesn't work for me, but I keep getting exceptions when I try to install the 64 bit version. I downloaded the 64 bit py2exe for python 2.7 from this site: http://www.lfd.uci.edu/~gohlke/pythonlibs/#py2exe but can't install it

The error I am getting using python -m pip install py2exe:

Runtime Error: This package requires Python 3.3 or later
Command "python setup.py egg_info" failed with error code 1

Note: The following works for the 32 bit but I need the 64 bit

pip install http://sourceforge.net/projects/py2exe/files/latest/download?source=files 

I am running 64 bit python 2.7 and am trying to install 64 bit py2exe

Any easy pip install for it?

like image 367
Mike El Jackson Avatar asked Jul 20 '15 17:07

Mike El Jackson


1 Answers

I have found an easy way to install py2exe 64 Bits in Windows 7 or greater.

  1. Go to Official Download Webpage

  2. Download your version: py2exe-0.6.9.win64-py2.7.amd64.exe (There are other versions: py2exe-0.6.9.win64-py2.5.amd64.msi and py2exe-0.6.9.win64-py2.6.amd64.exe)

  3. Run the installation
  4. And enjoy!

Hope this help you like did to me.

like image 179
olorinj Avatar answered Nov 17 '22 11:11

olorinj