Hello, I am using config approach as mentioned in the below link to read and write into setup (.ini) files: http://www.voidspace.org.uk/python/configobj.html
I've a key named 'SELECTED' in my .ini file.
Sometimes I get the following error on trying to read the .ini file: val
= dict.__getitem__(self, key)
KeyError: 'SELECTED'
Can anyone help.
Thanks in advance
Regards,
Tarun
-- http://mail.python.org/mailman/listinfo/python-list
