What is a good, and easy to install MySQL module for Python? Especially for Mac OS X (in terms of installation)?
1 Answer
I think you should consider to install MacPorts, it will save time for this case and in the future.
Installing py-mysql is a matter of:
sudo port install py-mysql
2 Comments
skylerl
Hmm, actually, kind of unrelated to this question, pymysql seems to have a bug with selecting more than one row. code.google.com/p/pymysql/issues/detail?id=6 Any ideas on a fix?
systempuntoout
@Yakattak please, post another question.