I am using python version 2.5.4 and install mysql version5.0 and django. Django is working fine with python but not mysql. Can anyone help me to solve this issue. I am using it in vista.
+12
A:
mysqldb
is a module for Python that doesn't come pre-installed or with Django. You can download mysqldb
here.
Evan Fosmark
2009-01-18 09:25:58
A:
If you are running on Vista, you may want to check out the Bitnami Django stack. It is an all-in-one stack of Apache, Python, MySQL, etc. packaged with Bitrock crossplatform installers to make it really easy to get started. It runs on Windows, Mac and Linux. Oh, and is completely free :)
Daniel Lopez
2009-01-18 12:18:07