Reputation: 16656
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
Reputation: 11
In case you aren't using windows, you can use mypysql http://mypysql.sourceforge.net/
Upvotes: 0
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