I am using windows 64 bit and the installer file shows the error as 'Python v2.7 not found.We only support Python installed using the MSI downloaded from http://wwww.python.org/download'
Asked
Active
Viewed 4,211 times
2
-
Possible Duplicate of http://stackoverflow.com/questions/12702146/mysql-for-python-2-7-says-python-v2-7-not-found – Shiva Jun 24 '14 at 07:09
-
Read the question stil didn't get the answer – user3755882 Jun 24 '14 at 07:11
2 Answers
0
before i migrated to python 3.4 from 2.7, i have used MySQLdb instead. and it worked: https://pypi.python.org/pypi/MySQL-python/1.2.5
or
pip install MySQL-python

Mr. Nun.
- 775
- 11
- 29
0
Create this key in windows registry, should be fine: Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath] @="c:\Python27\"