[問題] ConfigObjError

看板Python作者 (steve2003121)時間10年前 (2015/02/14 02:02), 10年前編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
大家好 今天跑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://www.ptt.cc/bbs/Python/M.1423850520.A.624.html ※ 編輯: steve2003121 (140.113.212.106), 02/15/2015 15:25:40
文章代碼(AID): #1KtZmOOa (Python)
文章代碼(AID): #1KtZmOOa (Python)