weixin_39747383 2020-11-19 12:25
浏览 0

Preview fails - and possibly prevents RIDE from starting - when no file is open

Originally submitted to Google Code by jrvilda on 18 Sep 2009

C:\SVS RF-IDE>python rundevel.py Traceback (most recent call last): File "C:\SVS RF-IDE\src\robotide\application\preview.py", line 154, in OnTypeChanged self.preview(self.datafile) File "C:\SVS RF-IDE\src\robotide\application\preview.py", line 134, in preview datafile.serialize(writer) AttributeError: 'NoneType' object has no attribute 'serialize' Traceback (most recent call last): File "C:\SVS RF-IDE\src\robotide\application\preview.py", line 154, in OnTypeChanged self.preview(self.datafile) File "C:\SVS RF-IDE\src\robotide\application\preview.py", line 134, in preview datafile.serialize(writer) AttributeError: 'NoneType' object has no attribute 'serialize'

18 (2009/09/18_1506 GMT Windows XP sp3 ActivePython 2.5.4.4 (ActiveState Software Inc.) based on Python 2.5.4 (r254:67916, Apr 27 2009, 15:41:14) [MSC v.1310 32 bit (Intel)] on win32 wxpython '2.8.9.1 (msw-unicode)'

  • 写回答

5条回答 默认 最新

  • weixin_39747383 2020-11-19 12:25
    关注

    Originally submitted to Google Code by on 18 Sep 2009

    Is this the latest trunk? I cannot reproduce the problem.

    评论

报告相同问题?