作者steve2003121 (steve2003121)
看板Python
标题[问题] ConfigObjError
时间Sat Feb 14 02:01:57 2015
大家好 今天跑python的时候出现以下讯息
---------------------------------------------------------------------
File
"D:\chipwhisperer-0.09\software\chipwhisperer\common\project_text_editor.py",
line 157, in checkGUIChanged
if self.project().diffWidget.checkDiff() == False:
File "D:\chipwhisperer-0.09\software\chipwhisperer\common\ProjectFormat.py",
line 161, in checkDiff
disk = convert_to_str(ConfigObjProj(infile=self._project.filename))
File "D:\chipwhisperer-0.09\software\chipwhisperer\common\ProjectFormat.py",
line 107, in __init__
super(ConfigObjProj, self).__init__(*args, **kwargs)
File "C:\WinPython-32bit-2.7.6.4\python-2.7.6\lib\site-packages\configobj.py",
line 1229, in __init__
self._load(infile, configspec)
File "C:\WinPython-32bit-2.7.6.4\python-2.7.6\lib\site-packages\configobj.py",
line 1318, in _load
raise error
configobj.ConfigObjError: Parsing failed with several errors.
First error at line 1.
---------------------------------------------------------------
看起是configobj在initialized的时候出问题><
换过储存位置也没办法
想请教版上的高手们如何解决
先谢谢大家的协助<m(__)m>
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.113.5.39
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1423850520.A.624.html
※ 编辑: steve2003121 (140.113.212.106), 02/15/2015 15:25:40