运行下面两句后,显示错误
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就好了
如图:
结果: