Hi,
I've tried to solve this myself searching and searching but I can't get it to work. :( I'm in Snow Leopard 10.6.4 and tried to setup my Django environment, first I upgraded my python to 2.6.5, installed django and then mysql_python. All seems to be smooth until I to connect to mysql using syncdb.
Got this error/trace message: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
I've tried following the solution provided http://forums.mysql.com/read.php?50,282410,286676 but still the same. I believe it has something to do with my python version because when I execute /usr/bin/python
it returns Python 2.6.1
but when I just typed python
it says 'Python 2.6.5 '.
Anyone? I think when I build and install mysql_python using the ARCHFLAGS="-arch x86_64" /usr/bin/python setup.py build
command its using the default django version (2.6.1) on SL and not the new one (2.6.5).
Anychance I can get this to work with 2.6.5? Thanks.