#wget https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz

# tar -zxvf PyMySQL-0.8.1.tar.gz

# python setup.py install

# python

Python 2.7.5 (default, Apr 11 2018, 07:36:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pymysql >>> pymysql.VERSION (0, 8, 1, None)

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-02-08
  • 2022-02-08
  • 2022-01-19
  • 2022-01-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-02-08
  • 2021-12-25
  • 2021-11-18
相关资源
相似解决方案