Hi,
I'm trying Django with MySQL and the pyodbc connector. However, it
appears that Django can only cope with the mysqldb connector. I get a
load of traceback ending with the error:
File "C:\python26\lib\site-packages\django\db\backends\mysql\base.py",
line 13, in <module>
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: No module named MySQLdb
Is there replacement code for pyodbc to get this working?
Cheers
Phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---