alexkn

MySQLdb模块不太好装,如果是在python2.7环境下,可以使用一种简易安装方式

root@iZ2893wjzgyZ:~# apt-get install python2.7-mysqldb

测试可知:

root@iZ2893wjzgyZ:~# python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>

 

分类:

技术点:

相关文章:

  • 2021-11-21
  • 2021-10-10
  • 2021-09-21
  • 2021-09-21
  • 2021-11-18
  • 2021-10-04
  • 2021-04-15
  • 2021-10-10
猜你喜欢
  • 2021-09-21
  • 2021-09-21
  • 2021-09-21
  • 2021-09-21
  • 2021-09-21
  • 2021-06-22
  • 2021-04-16
相关资源
相似解决方案