Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/02/2013, 13:13
Avatar de JaimeMSE
JaimeMSE
 
Fecha de Ingreso: diciembre-2010
Ubicación: Isla Cristina (Huelva)
Mensajes: 164
Antigüedad: 13 años, 11 meses
Puntos: 7
Problemas al instalar MySQLdb

Hola, estoy intentando configurar Django para que use MySQL pero me está siendo imposible.

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
  1. >>> import MySQLdb
  2. Traceback (most recent call last):
  3.   File "<stdin>", line 1, in <module>
  4.   File "MySQLdb/__init__.py", line 19, in <module>
  5.     import _mysql
  6. 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:
  7.     /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.
__________________
@JaimeMSE - ¡Sígueme!