Brandon - Free Palestine
Brandon - Free Palestine

Reputation: 16656

Python 3.1 and MySQL?

I've been trying to get MySQL working with Python, but I haven't been able to find any scripts that work with it :(

I can't find a 3.1 compatible setuptools, easy_install or MySQLdb package. What should I be using?

Upvotes: 0

Views: 223

Answers (2)

Achintya
Achintya

Reputation: 11

In case you aren't using windows, you can use mypysql http://mypysql.sourceforge.net/

Upvotes: 0

D.j.
D.j.

Reputation: 106

Looks like PyMySQL is working with 3.1 with the right build options, but I haven't tried it myself yet: https://github.com/petehunt/PyMySQL/#python-3-0-support

Upvotes: 1

Related Questions