ubuntu mysqldb安装不正确

前端之家收集整理的这篇文章主要介绍了ubuntu mysqldb安装不正确前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我正在运行以下命令并收到以下错误

root# sudo python manage.py syncdb
Traceback (most recent call last):
  File "manage.py",line 14,in sql import custom_sql_for_model,emit_post_sync_signal
  File "/usr/lib/pymodules/python2.6/django/core/management/sql.py",line 5,in MysqL/base.py",in MysqLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MysqLdb module: libMysqLclient_r.so.16: cannot open shared object file: No such file or directory

我有一种感觉,MysqLdb没有正确配置django,我想知道我是否缺少任何东西.我在它之前运行了以下命令:

# apt-get install python-django
# apt-get install python-MysqLdb
最佳答案
我有同样的问题,我的virtualenv被打破了,当我升级到ubuntu 12.04时无法运行django.

我只是跑(当我的活动时)

pip uninstall MysqL-python

然后重新安装它

pip install MysqL-python

之后再次工作正常.

原文链接:https://www.f2er.com/mysql/433632.html

猜你在找的MySQL相关文章