I run the ISCSISim.py ,and meet the error of "AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle'"
As the detail:
$ python ISCSISim.py
Traceback (most recent call last):
File "ISCSISim.py", line 139, in <module>
main(sys.argv)
File "ISCSISim.py", line 133, in main
app.MainLoop()
File "ISCSISim.py", line 99, in MainLoop
self.ProcessIdle()
AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle'</module>
who can tell me the reason? Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It sounds like there is an incompatibility between versions of wx python.
What version of Wx python are you running? Try installing version 2.8.12.0 of wxpython.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I run the ISCSISim.py ,and meet the error of "AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle'"
As the detail:
$ python ISCSISim.py
Traceback (most recent call last):
File "ISCSISim.py", line 139, in <module>
main(sys.argv)
File "ISCSISim.py", line 133, in main
app.MainLoop()
File "ISCSISim.py", line 99, in MainLoop
self.ProcessIdle()
AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle'</module>
who can tell me the reason? Thanks a lot.
It sounds like there is an incompatibility between versions of wx python.
What version of Wx python are you running? Try installing version 2.8.12.0 of wxpython.