在django-cms中获取“加载MySQLdb模块时出错:没有名为MySQLdb的模块” [英] Getting “Error loading MySQLdb module: No module named MySQLdb” in django-cms

查看:191
本文介绍了在django-cms中获取“加载MySQLdb模块时出错:没有名为MySQLdb的模块”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法连接到mysql,我无法做到这一点python manage.py syncdb

I can't connect with mysql and I can't do "python manage.py syncdb" on it

如何在django和django- cms没有任何错误?

how to connect with mysql in django and django-cms without any error?

推荐答案

使用django连接到mysql



to connect to mysql with django

sudo apt-get install git          # to install git

sudo apt-get install python-pip   # to install pip

sudo pip install Django           # to install Django to your system

之后,你应该去项目路径然后执行以下命令,同样的路径manage.py文件

After that you should go to project path and then execute the following command, the same path of 'manage.py' file

pip install mysql-python

最后你可以同步你的数据库没有问题

Finally you may synchronous your database without problem

python manage.py syncdb

这篇关于在django-cms中获取“加载MySQLdb模块时出错:没有名为MySQLdb的模块”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆