Aswin Kumar
Aswin Kumar

Reputation: 1

MySQLdb module for python 2.6.8

I need to use MySQLdb module for connecting to a MySQL database . But I don't know which version is compatible with my python version. I am using python 2.6.8. Could anyone help me in this?

Upvotes: 0

Views: 93

Answers (1)

Vincent Beltman
Vincent Beltman

Reputation: 2112

Use this link: It is compatible with 2.4 to 2.7

https://pypi.python.org/pypi/MySQL-python/1.2.5

Upvotes: 1

Related Questions