Running OSX 10.6.3
Just updated python to Python 2.6.5 (r265:79359
rebuilt and reinstalled mysqldb (MySQL-python-1.2.3)
rebuilt and reinstalled django (<-- should be unrelated. problem seems to be with mysqldb)
I'm getting the following error.
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.3-fat/egg/MySQLdb/__init__.py", line 19, in <module>
File "build/bdist.macosx-10.3-fat/egg/_mysql.py", line 7, in <module>
File "build/bdist.macosx-10.3-fat/egg/_mysql.py", line 6, in __bootstrap__
ImportError: dlopen(/Users/joshuamerriam/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-fat.egg-tmp/_mysql.so, 2): Symbol not found: _mysql_affected_rows
Referenced from: /Users/joshuamerriam/.python-eggs/MySQL_python-1.2.3-py2.6-macosx-10.3-fat.egg-tmp/_mysql.so
Expected in: dynamic lookup
The error is mentioned here (http://mysql-python.sourceforge.net/FAQ.html) but with no reference as to how to fix it. I'm a bit over my head. Any help?