File
"/home/rshepard/projects/biotaPage.py",
line 78, in __init__
wx.RAISED_BORDER, validator=NotBlankValidator())
TypeError: __init__() takes exactly 3 arguments (1 given)
There is no error if the validator function call is excluded. Is this
caused by a formatting error since the constructor extends over 3 lines?
I've not applied validators before so I need to learn what I've done
incorrectly.
File
"/home/rshepard/projects/biotaPage.py",
line 78, in __init__
wx.RAISED_BORDER, validator=NotBlankValidator())
TypeError: __init__() takes exactly 3 arguments (1 given)
There is no error if the validator function call is excluded. Is this
caused by a formatting error since the constructor extends over 3 lines?
I've not applied validators before so I need to learn what I've done
incorrectly.