Skip to content

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

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions