dbTalk Databases Forums  

Error importing MySQLdb

comp.databases.mysql comp.databases.mysql


Discuss Error importing MySQLdb in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David George
 
Posts: n/a

Default Error importing MySQLdb - 01-08-2012 , 03:53 PM






I have been trying for awhile now to get MySQLdb working. I am currently
getting this error:

Starting python:
Quote:
import MySQLdb
Traceback (most recent call last): File "", line 1, in File
"build/bdist.macosx-10.7-intel/egg/MySQLdb/init.py", line 19, in File
"build/bdist.macosx-10.7-intel/egg/_mysql.py", line 7, in File
"build/bdist.macosx-10.7-intel/egg/_mysql.py", line 6, in bootstrap
ImportError:
dlopen(/Users/username/.python-eggs/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so,
2): Library not loaded: /usr/local/lib/libmysqlclient.18.dylib
Referenced from:
/Users/username/.python-eggs/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so
Reason: image not found

Anyone know what I need to do in order to correct these errors.

Thanks

Reply With Quote
  #2  
Old   
Denis McMahon
 
Posts: n/a

Default Re: Error importing MySQLdb - 01-08-2012 , 06:14 PM






On Sun, 08 Jan 2012 16:53:31 -0500, David George wrote:

Quote:
ImportError:
dlopen(/Users/username/.python-eggs/MySQL_python-1.2.3-py2.7-
macosx-10.7-intel.egg-tmp/_mysql.so,
2): Library not loaded: /usr/local/lib/libmysqlclient.18.dylib
Referenced from:
/Users/username/.python-eggs/MySQL_python-1.2.3-py2.7-macosx-10.7-
intel.egg-tmp/_mysql.so
Reason: image not found

Anyone know what I need to do in order to correct these errors.
Sounds like you need to either:

a) locate a copy of libmysqlclient.18.dylib on your disk and put a link
to it in /usr/local/lib/, or

b) install a MAC OSX 10.7 build of libmysqlclient.18.dylib in /usr/local/
lib, or

c) get the source of libmysqlclient.18.dylib, compile it and install it
in /usr/local/lib

but those are just my best guess from the error messages, someone with
experience of mysql on MAC OSX 10.7 might have more useful suggestions.

Rgds

Denis McMahon

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.