You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the real_time_saliency.py in python 2 we are facing the following issues :
Traceback (most recent call last): File "real_time_saliency.py", line 371, in <module> frame = RealTimeSaliency() File "real_time_saliency.py", line 61, in __init__ self.show_items_that_contain() File "real_time_saliency.py", line 126, in show_items_that_contain self.list_ctrl.InsertItem(i, name) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4702, in InsertItem return _controls_.ListCtrl_InsertItem(*args, **kwargs) TypeError: ListCtrl_InsertItem() takes at most 2 arguments (3 given)
Can you kindly help us out.
The text was updated successfully, but these errors were encountered:
While running the real_time_saliency.py in python 2 we are facing the following issues :
Traceback (most recent call last): File "real_time_saliency.py", line 371, in <module> frame = RealTimeSaliency() File "real_time_saliency.py", line 61, in __init__ self.show_items_that_contain() File "real_time_saliency.py", line 126, in show_items_that_contain self.list_ctrl.InsertItem(i, name) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4702, in InsertItem return _controls_.ListCtrl_InsertItem(*args, **kwargs) TypeError: ListCtrl_InsertItem() takes at most 2 arguments (3 given)
Can you kindly help us out.
The text was updated successfully, but these errors were encountered: