What is a good, and easy to install MySQL module for Python? Especially for Mac OS X (in terms of installation)?
+1
A:
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
systempuntoout
2010-06-11 10:59:42
This worked perfectly, thank you!
Yakattak
2010-06-11 11:16:10
Hmm, actually, kind of unrelated to this question, pymysql seems to have a bug with selecting more than one row. http://code.google.com/p/pymysql/issues/detail?id=6Any ideas on a fix?
Yakattak
2010-06-11 11:19:23
@Yakattak please, post another question.
systempuntoout
2010-06-11 12:33:11