views:

54

answers:

1

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
This worked perfectly, thank you!
Yakattak
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
@Yakattak please, post another question.
systempuntoout