Skip to content

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

Description

@kittyvarghese

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions