如何解决EasyGui安装问题
1个回答
展开全部
GUI–图形用户界面中在按照书中方法(把easygui.py放到Python能找到的地方,我放在了Python27下)安装EassyGui后,msgbox不能成功运行。
>>>import easygui
>>>easygui.msgbox("Hello There!")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'msgbox'#google,stackoverflow大概找了下,没找到答案,之后问了Python QQ群的程序员们,解决了。方法如下:#1.把自己刚拖进去的那些文件删掉(比如easygui.py)#2.在CMD命令窗口输入pip uninstall easygui中卸载 easygui#3.在CMD命令窗口输入pip install easygui 安装easygui#4.嗯,然后就好了
>>>import easygui
>>>easygui.msgbox("Hello There!")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'msgbox'#google,stackoverflow大概找了下,没找到答案,之后问了Python QQ群的程序员们,解决了。方法如下:#1.把自己刚拖进去的那些文件删掉(比如easygui.py)#2.在CMD命令窗口输入pip uninstall easygui中卸载 easygui#3.在CMD命令窗口输入pip install easygui 安装easygui#4.嗯,然后就好了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询