Problem installing MySQLdb on windows - Can't find python
Posted
by aldux
on Stack Overflow
See other posts from Stack Overflow
or by aldux
Published on 2009-12-30T14:24:50Z
Indexed on
2010/03/28
18:03 UTC
Read the original article
Hit count: 250
I'm trying to install the module mySQLdb on a windows vista 64 (amd) machine. I've installed python on a different folder other than suggested by Python installer. When I try to install the .exe mySQLdb installer, it can't find python 2.5 and it halts the installation.
Is there anyway to supply the installer with the correct python location (even thou the registry and path are right)?
© Stack Overflow or respective owner