Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: ListCtrl_InsertItem() takes at most 2 arguments (3 given) #7

Open
kittyvarghese opened this issue Apr 9, 2019 · 0 comments

Comments

@kittyvarghese
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant