开始学习一下python
使用mysql engine的时候 运行出错
原因是没有安装 python的mysql适配器
安装mysql for python的时候出现 no module No module named setuptools
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
解决
使用mysql engine的时候 运行出错
原因是没有安装 python的mysql适配器
安装mysql for python的时候出现 no module No module named setuptools
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
解决