MySQL Forums
Forum List  »  Connector/Python

Re: MySQLdb on Intel Mac
Posted by: Andre Faure
Date: June 12, 2007 08:23AM

Hi,
I have an Intel Mac (10.4) and have just built and installed MySQLdb (1.2.2), as detailed in the README (and elsewhere), with no errors. When I import MySQLdb in Python (2.5) I get the following:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.3-fat/egg/MySQLdb/__init__.py", line 19, in <module>
ImportError: dlopen(./_mysql.so, 2): Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient_r.15.dylib
Referenced from: ./_mysql.so
Reason: image not found

Any assistance would be greatly appreciated!

Options: ReplyQuote


Subject
Written By
Posted
August 01, 2006 01:50AM
April 06, 2007 04:21PM
January 29, 2008 12:08PM
Re: MySQLdb on Intel Mac
June 12, 2007 08:23AM
June 13, 2007 09:23AM
August 06, 2007 07:03AM
September 06, 2007 05:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.