pycharm上安装使用easygui

运行下面两句后,显示错误

import easygui

easygui.msgbox("Hello There!")

错误:

Traceback (most recent call last): File "<stdin>", line 1,

in <module> AttributeError: 'module' object has no attribute 'msgbox'

解决办法:

下载安装easygui放到目录下没有什么用

在cmd上安装pip

然后再安装easygui就好了

如图:

pycharm上安装使用easygui

结果:

pycharm上安装使用easygui

第一次发博客,写的不好,慢慢来,从菜鸟到大神,路还长

好了,就这些了。

上一篇:getopt 分析命令行参数 -n -t 1


下一篇:HDU 1054 Strategic Game(树形DP)