MySQLdb not getting installed
When i try installing MySQLdb for Python i get the following error
C:\python26>python D:\PBL\SW\MySQL\MySQL-python-1.2.3\setup.py install
Traceback (most recent call last):
File "D:\PBL\SW\MySQL\MySQL-python-1.2.3\setup.py", line 15, in <module>
metadata, options = get_config()
File "D:\PBL\SW\MySQL\MySQL-python-1.2.3\setup_windows.py", line 5, in get_con
fig
metadata, options = get_metadata_and_options()
File "D:\PBL\SW\MySQL\MySQL-python-1.2.3\setup_common.py", line 7, in get_meta
data_and_options
metadata = dict(config.items('metadata'))
File "C:\python26\lib\ConfigParser.py", line 564, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'metadata'
Subject
Written By
Posted
MySQLdb not getting installed
May 23, 2012 07:28AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.