0

What is a good, and easy to install MySQL module for Python? Especially for Mac OS X (in terms of installation)?

1 Answer 1

1

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
Sign up to request clarification or add additional context in comments.

2 Comments

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?
@Yakattak please, post another question.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.