MySQL Connector/Python v1.0 goes GA!
Today, during MySQL Connect 2012 keynote, the General Availability of MySQL Connector/Python 1.0 was announced! This is the first GA release of Oracle’s pure Python database driver for MySQL.
MySQL Connector/Python v1.0 works with MySQL 5.5 and 5.6, but older versions of the MySQL servers are known to work. For Python, version v2.6, v2.7 and v3.1 and greater are officially supported. Python v2.4/2.5 are know to work as well.
As always, we welcome your feedback and questions through our bug system or using the MySQL Python forum.
Some useful links:
- Documentation: http://dev.mysql.com/doc/connector-python/en/index.html
- Downloads: http://dev.mysql.com/downloads/connector/python/#downloads
- Feedback: http://bugs.mysql.com
- Forum: http://forums.mysql.com/list.php?50
Enjoy!
Facebook
LinkedIn
Twitter
Sir I come across one problem.
I have downloaded mysql-connector-python-1.0.7-py2.7.msi from MySQL site and try to install but it gives error that
Python v2.7 not found. We only support Microsoft Windows Installer(MSI) from python.org.
I am using Official Python v2.7.3.msi on windows XP SP3 with MySQL esssential 5.1.66.msi
And I also set C:\Python27 to Path variable.
Then also it is giving error??
@ram
An odd problem, and if you think there is (still) a bug, you should use http://bugs.mysql.com to report the problem.