Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i want to install MySQLdb module for Python on Windows 7, but I get an error

G:\python\python and mysql\MySQL-python-1.2.3b2\MySQL-python-1.2.3b2>setup.py
Traceback (most recent call last):
  File "G:\python\python and mysql\MySQL-python-1.2.3b2\MySQL-python-1.2.3b2\set
up.py", line 15, in <module>
    metadata, options = get_config()
  File "G:\python\python and mysql\MySQL-python-1.2.3b2\MySQL-python-1.2.3b2\set
up_windows.py", line 7, in get_config
    serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_ke
y'])
WindowsError: [Error 2]

G:\python\python and mysql\MySQL-python-1.2.3b2\MySQL-python-1.2.3b2>
share|improve this question

1 Answer

This thread implies the problem is that you need mysql installed on the system you want to use the client libraries on, even if you don't use the server on the same system.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.