Easygui安装了用不了,求帮助
把模块卸载重新安装一个。建议用0.98版本 把旧的easygui删了,下这个:如果不行的话请下载这个:
还不行的话,就双击打开里面的easygui.py文件,找到323行:
def msgbox(msg="(Your message goes here)", title=" ", ok_button="OK",image=None,root=None):
"""
Display a messagebox
"""
if type(ok_button) != type("OK"):
raise AssertionError("The 'ok_button' argument to msgbox must be a string.")
return buttonbox(msg=msg, title=title, choices=, image=image,root=root)
把def后面,“(msg”前面,的文字复制下来,那就是所谓的msgbox()。 或者也可以不下,直接在开始菜单里面搜索cmd,打开命令提示符,输入pip install easygui即可。
去卸载用 pip 重装,不懂可以看下面这篇文章:
【第035讲心得】【Easygui安装和简单的图形界面小游戏】
https://fishc.com.cn/thread-126999-1-1.html
(出处: 鱼C论坛)
卸载 easygui:
pip uninstall easygui
页:
[1]