|
|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
- g.multenterbox()
- Traceback (most recent call last):
- File "<pyshell#1>", line 1, in <module>
- g.multenterbox()
- File "C:\Users\TOMMY\AppData\Local\Programs\Python\Python311\Lib\site-packages\easygui\boxes\multi_fillable_box.py", line 132, in multenterbox
- mb = MultiBox(msg, title, fields, values, mask_last=False,
- File "C:\Users\TOMMY\AppData\Local\Programs\Python\Python311\Lib\site-packages\easygui\boxes\multi_fillable_box.py", line 183, in __init__
- self.fields, self.values = self.check_fields(fields, values)
- TypeError: cannot unpack non-iterable NoneType object
复制代码 我现在都想把 python311 卸了重装 python310 |
|