|
From: David B. <da...@gm...> - 2008-08-10 00:56:47
|
Im trying to use the exceptionlist that is mentioned in the docs on the website to stop my program from erroring out if there is a duplicate value entered in the config file. However, when i try to do from configobj import exceptionlist like the website says to do, i get the following: >>> from configobj import exceptionlist Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name exceptionlist can anyone help me? thanks. David. |