|
From: Iain M. <iai...@gm...> - 2008-11-24 00:33:49
|
Hi all, I have a need to specify a python class (as opposed to a string referring to said class) as the value of a ConfigObj config variable. If I do so without importing the relevant module in the config file, then I get a "configobj.UnreprError: Unknown name or type in value". If I import the module at the start of the config file, then I get a parser error, cos its not good config file syntax. I realise its a bit outside scope of a Win INI, but was hoping that somebody might have had a similar problem before and know a solution. Thanks Iain |