Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский
MySQL Connector/Python and Windows: kinda works
+0 Vote Up -0 Vote Down
I didn't test MySQL Connector/Python on a Microsoft Windows machine, but after somebody did and filed a bug report, I couldn't resist launching VirtualBox.

Fixing the problem with socket.MSG_WAITALL not being available on Windows wasn't much work. However, adding support for MySQL's Named Pipe on Windows seems to be a bigger challenge.
I couldn't find docs for win32api anymore on Python's doc website for win32api, which is referenced everywhere, so I guess somebody needs to give a hint or write a patch.
For now, Windows users of Connector/Python should use TCP to connect to MySQL.

Votes:

You must be logged in with a MySQL.com account to vote on Planet MySQL entries. More information on PlanetMySQL voting.

Planet MySQL © 1995-2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Sun Microsystems, Inc. and does not
necessarily represent the opinion of Sun Microsystem, Inc. or any other party.