首页上一页 1 下一页尾页 3 条记录 1/1页
出现不知名问题,望解答
发表在Python图书答疑
2020-02-20
《Python从入门到项目实践》第19章 常用的GUI框架
是否精华
是
否
版块置顶:
是
否
Traceback (most recent call last):
File "TextCtrl.py", line 15, in <module>
frame = MyFrame(parent=None,id=-1)
File "TextCtrl.py", line 6, in __init__
self.title = wx.StaticText(panel,lable="请输入用户名和密码",pos=(140,20))
TypeError: StaticText(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: 'lable' is not a valid keyword argument