MySQL v5.5 is GA, but is it working with Python? Yes, it does. Below you’ll find some quick, small tests I did with MySQLdb, oursql and our own MySQL Connector/Python.
My desktop is a Mac, but when it works on that, I’m sure it works elsewhere too. If not, just let us know!
MySQL for Python (aka MySQLdb)
Installing MySQL v5.5.8 64-bit from tar ball on MacOS X 10.6, it compiled fine and the module loaded giving me the …
[Read more]