Skip to content

Instantly share code, notes, and snippets.

Created June 18, 2014 16:29
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 anonymous/63c33d4bed55bb2fd0f8 to your computer and use it in GitHub Desktop.
Save anonymous/63c33d4bed55bb2fd0f8 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/frappe", line 9, in <module>
load_entry_point('frappe==4.0.1', 'console_scripts', 'frappe')()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2439, in load_entry_point
return ep.load()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2155, in load
['__name__'])
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 12, in <module>
from MySQLdb import ProgrammingError as SQLError
File "/usr/local/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 23, in <module>
(version_info, _mysql.version_info))
ImportError: this is MySQLdb version (1, 2, 4, 'final', 1), but _mysql is version (1, 2, 3, 'final', 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment