cygnusnow / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

windows XP下的Ulipad4.1中点击编辑->参数 窗口不显示,而且出现错误日志 #315

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 每次在Ulipad中点击编译,选择参数时必出现错误日志
2.
3.

What is the expected output? What do you see instead?
期望弹出配置参数的界面窗口,实际上窗口没有显示

What version of the product are you using? On what operating system?
版本是ulipad.4.1.zip,在windows xp下用4.1的exe安装后会报C++ Run 
Time的错,所以用了zip版本

Please provide any additional information below.
错误日志:
[Traceback]Traceback (most recent call last):
  File "D:\Program Files\Ulipad\mixins\Import.py", line 73, in OnOptionPreference
    dlg = PrefDialog.PrefDialog(win)
  File "D:\Program Files\Ulipad\mixins\PrefDialog.py", line 137, in __init__
    self.addPages(self.treebook)
  File "D:\Program Files\Ulipad\mixins\PrefDialog.py", line 181, in addPages
    self.addItem(page, kind, prefname, prefvalue, message, extern)
  File "D:\Program Files\Ulipad\mixins\PrefDialog.py", line 270, in addItem
    page.box.add(label, obj, name=prefname, span=span)
  File "D:\Program Files\Ulipad\modules\meide.py", line 1056, in add
    self._create_element(name, element, args, len(self.orders) - 1)
  File "D:\Program Files\Ulipad\modules\meide.py", line 572, in _create_element
    e.create(self.win, self.namebinding)
  File "D:\Program Files\Ulipad\modules\meide.py", line 105, in _f
    r = f(self, win, namebinding)
  File "D:\Program Files\Ulipad\modules\meide.py", line 1249, in create
    self.SetValue(value)
  File "D:\Program Files\Ulipad\modules\meide.py", line 1361, in SetValue
    key = [k for k, v in self.value_dict.items() if v == value][0]
IndexError: list index out of range

Original issue reported on code.google.com by chenkai...@gmail.com on 1 Nov 2013 at 4:51

GoogleCodeExporter commented 9 years ago
你的wxpython是什么版本?目前只能使用2.8.x

Original comment by limo...@gmail.com on 2 Nov 2013 at 11:29