Receive this error while trying to easy_install mysql-python in my virtalenv (binary installer goes straight to the Python installation directory and synchronizing dependencies virtualenv doesn't change a thing):
Processing MySQL-python-1.2.3c1.tar.gz Running MySQL-python-1.2.3c1\setup.py -q bdist_egg --dist-dir c: \docume~1\functi ~1\locals~1\temp\easy_install-oecqsk\MySQL-python-1.2.3c1\egg-dist-tmp- l9ecne error: Setup script exited with error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py. I did install Visual C++ 2008 Express Edition with the free compiler from http://www.microsoft.com/express/vc/ but after a reboot that doesn't change a thing. And when I try to initialise my database by the command paster setup-app development.ini I get the ImportError: No module named MySQLdb. Anyone has a clue police? Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

