Home > front end >  Help TypeError: StaticText () : the arguments did not match any overloaded call:
Help TypeError: StaticText () : the arguments did not match any overloaded call:

Time:12-12

Traceback (the most recent call last) :
The File "TextCtrl. Py, line 15, in & lt; module>
Frame=MyFrame (parent=None, id=1)
The File "TextCtrl. Py", line 6, in __init__
The self. The title=wx. StaticText (panel, lable="please enter the user name and password", pos=(140))
TypeError: StaticText () : the arguments did not match any overloaded call:
The phrase "1: too many arguments
Phrase 2: 'lable' is not a valid keyword argument

CodePudding user response:

Looking at big solutions

CodePudding user response:

In the fourth row a pos parameters less?
6, 7, 11, 12 lines of lable wrong number, should be a label?

CodePudding user response:

I didn't think there was as much as I do put the label into the lable
  • Related