When I try to use MySQL .. I get this error.. ImproperlyConfigured: Error loading MySQLdb module: No module named pkg_resources args = ('Error loading MySQLdb module: No module named pkg_resources',)
Django works fine, as long as I don't connect to the database. I used the latest SVN version of DJango as of a few days ago. Any ideas why I'm getting this error? My egg is included in the PYTHONPATH, its called MySQL_python-1.2.2-py2.4-linux-i686.egg. If you look at the error, I think it finds MySQLdb just fine.. it just can't find the pkg_resources module within it. Is that supposed to be part of MySQLdb? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---