我从http://www.blog.pythonlibrary.org/2011/01/04/wxpython-wx-listctrl-tips-and-tricks/复制了一个可编辑的 ListCtrl 示例。我已将InsertStringItem和SetStringItem更改为InsertItem和SetItem。当我尝试运行它时,我收到以下错误
回溯(最近一次调用最后):文件“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。
我该如何解决?