Skip to content

Instantly share code, notes, and snippets.

@jeremyFreeAgent
Created May 11, 2010 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyFreeAgent/397893 to your computer and use it in GitHub Desktop.
Save jeremyFreeAgent/397893 to your computer and use it in GitHub Desktop.
>>> import MySQLdb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.6-universal/egg/MySQLdb/__init__.py", line 19, in <module>
File "build/bdist.macosx-10.6-universal/egg/_mysql.py", line 7, in <module>
File "build/bdist.macosx-10.6-universal/egg/_mysql.py", line 6, in __bootstrap__
ImportError: dynamic module does not define init function (init_mysql)
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment