materials icon indicating copy to clipboard operation
materials copied to clipboard

Arguments did not match any overloaded call

Open ankitemb opened this issue 4 years ago • 1 comments

https://github.com/realpython/materials/blob/705d8c026c02ab4a7a40b3598a18f340bc9fe82c/build-a-gui-with-wxpython/mp3_tag_editor.py#L94

TypeError: ListCtrl.InsertItem(): arguments did not match any overloaded call:
  overload 1: argument 1 has unexpected type 'int'
  overload 2: argument 2 has unexpected type 'NoneType'
  overload 3: argument 2 has unexpected type 'NoneType'
  overload 4: argument 2 has unexpected type 'NoneType'

ankitemb avatar Sep 09 '20 03:09 ankitemb

@driscollis

gahjelle avatar Sep 09 '20 04:09 gahjelle