On Dec 1, 11:23 pm, James Dekker <[email protected]> wrote: > My problem, however, is that I can't seem to figure out how to install the > MySQLdb package for Python / Django? > > Downloaded the tar.gz from: > > http://sourceforge.net/projects/mysql-python/
The main 'Download Now' link from this page for some reason links to the Zope adaptor. However you can click on 'View all files' to see the actual packages for MySQLdb. Of course if you're still having problems there's no requirement to use MySQL in Django, you can just use sqlite3 which should work without any additional requirements. -- DR. -- 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.

