problem installing mysqldb for python2.6

Posted by apoorva on Stack Overflow See other posts from Stack Overflow or by apoorva
Published on 2010-06-14T11:33:27Z Indexed on 2010/06/14 12:02 UTC
Read the original article Hit count: 219

Filed under:
|

Hi.. My mysql database is located on a remote machine... So i dont have any local copy of mysql on my local machine.. i get the registry key error... (file not found)...

serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified

I think it requires to have a local copy of mysql... How do i install the mysqldb for database residing on another machine???

© Stack Overflow or respective owner

Related posts about python

Related posts about mysql