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'
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'