Ya he instalado el complemento de MySQL-python, pero al intentar arrancar el servidor me tira un error. He estado mirándolo mucho tiempo y no doy con ello.
Aquí os dejo el error por si me podéis ayudar (Uso Mac OS X)
Código Python:
Ver original
>>> import MySQLdb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "MySQLdb/__init__.py", line 19, in <module> import _mysql ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/MySQL_python-1.2.4b4-py2.7-macosx-10.6-intel.egg/_mysql.so, 2): no suitable image found. Did find: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/MySQL_python-1.2.4b4-py2.7-macosx-10.6-intel.egg/_mysql.so: mach-o, but wrong architecture
Espero que me podáis ayudar. Muchas gracias.