0


I just have installed py2exe-0.6.9.win32-py2.6.exe.
When i started it it says that

python version 2.6 is required , which was not found in the registry.


But i have python2.7 installed at C:\Python27. What should i do ?

  • For Python 2.7 try downloading and installing [`py2exe-0.6.9.win32-py2.7.exe`](http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/). – martineau Jan 28 '15 at 18:38

2 Answers2

0

Download python 2.6.

If a binary isn't meant for python 2.7, there's nothing you can do to change that.

qwr
  • 9,525
  • 5
  • 58
  • 102
-1

You have to add your Python version to path which one do you want to use.

How to add to the pythonpath in windows 7?

Check this one.

Community
  • 1
  • 1
GLHF
  • 3,835
  • 10
  • 38
  • 83