ilemo 发表于 2022-9-1 10:52:57

Easygui安装了用不了,求帮助

qq1151985918 发表于 2022-9-1 11:54:46

把模块卸载重新安装一个。建议用0.98版本

asky533 发表于 2022-9-1 12:52:04

把旧的easygui删了,下这个:

asky533 发表于 2022-9-1 13:04:19

如果不行的话请下载这个:

asky533 发表于 2022-9-1 13:07:32

还不行的话,就双击打开里面的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()。

asky533 发表于 2022-9-1 13:13:21

或者也可以不下,直接在开始菜单里面搜索cmd,打开命令提示符,输入pip install easygui即可。

Twilight6 发表于 2022-9-1 15:43:01


去卸载用 pip 重装,不懂可以看下面这篇文章:

【第035讲心得】【Easygui安装和简单的图形界面小游戏】

https://fishc.com.cn/thread-126999-1-1.html

(出处: 鱼C论坛)

卸载 easygui:

pip uninstall easygui

页: [1]
查看完整版本: Easygui安装了用不了,求帮助