pycharm上安装使用easygui
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章