I'm trying to install mysql-python in a virtualenv using pip on windows. At first, I was getting the same error reported here, but the answer there worked for me too. Now I'm getting this following error:
_mysql.c(34) : Fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory
edit:
If I symlink (Win7) to my regular (not the virtualenv's) python's site-packages/MySQLdb dir I get Error loading MySQLdb module: No module named _mysql
.
I'm rather at a loss here. Any pointers?