Y
Hacker News
new
|
ask
|
show
|
jobs
by
null_para
5438 days ago
By the way, does anyone know how painful is it to get Mysql working for Python apps. Installing MysqlDB on Python was painfully excruciating process on Snow Leopard.
1 comments
orangecat
5437 days ago
I've had good results with the pure Python "MySQL Connector":
https://launchpad.net/myconnpy
link