|
From: Jeffrey B. <jef...@ea...> - 2008-09-21 00:56:07
|
Configobj was working fine until I switched to using unrepr mode. Now it
works fine on one platform, but on another the same code produces the
following error:
...
File "/usr/lib/python2.5/site-packages/configobj.py", line 1272, in __init__
self._load(infile, configspec)
File "/usr/lib/python2.5/site-packages/configobj.py", line 1355, in _load
raise error
configobj.ConfigObjError: Parsing failed with several errors.
First error at line 3.
Line 3 is:
v = 0.77304964539007093
I am using version 4.5.3 on python 2.5.2. Considering that the same rc file
works fine on the other platform, I am at a loss as to what to do. Any
suggestions?
--
Jeffrey Barish
|