How to find PyMySQL version on CentOS

922 views
Skip to first unread message

Gitesh Shinde

unread,
Aug 1, 2016, 3:49:21 AM8/1/16
to PyMySQL Users
hi

I need to know PyMySQL version on Centos.

thanking you!

Spencer Bliven

unread,
Feb 3, 2017, 5:15:32 AM2/3/17
to PyMySQL Users
Old post, but easy to answer.

From python:
>>> import pymysql
>>> print pymysql.__version__
0.7.9.None

Or if installed by pip:
$ pip show pymysql
Name: PyMySQL
Version: 0.7.9
...
Reply all
Reply to author
Forward
0 new messages