1

我从http://www.blog.pythonlibrary.org/2011/01/04/wxpython-wx-listctrl-tips-and-tricks/复制了一个可编辑的 ListCtrl 示例。我已将InsertStringItemSetStringItem更改为InsertItemSetItem。当我尝试运行它时,我收到以下错误

回溯(最近一次调用最后):文件“C:\Python27\lib\site-packages\wx\lib\mixins\listctrl.py”,第 560 行,在 OnLeftDown self.OpenEditor(col, row) 文件“C:\ Python27\lib\site-packages\wx\lib\mixins\listctrl.py",第 568 行,在 OpenEditor evt.Index = row AttributeError: can't set attribute

我在 Windows 10 上使用 Python 2.7.10。

我该如何解决?

4

0 回答 0