|

楼主 |
发表于 2020-7-28 15:37:14
|
显示全部楼层
- Traceback (most recent call last):
- File "<input>", line 1, in <module>
- File "C:\Program Files\JetBrains\PyCharm 2020.1.2\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile
- pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
- File "C:\Program Files\JetBrains\PyCharm 2020.1.2\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
- exec(compile(contents+"\n", file, 'exec'), glob, loc)
- File "C:/Users/admin/Desktop/Python/33课/33.py", line 1, in <module>
- import easygui as g
- File "C:\Program Files\JetBrains\PyCharm 2020.1.2\plugins\python\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import
- module = self._system_import(name, *args, **kwargs)
- ModuleNotFoundError: No module named 'easygui'
复制代码
我复制了小甲鱼的代码并运行产生如上报错
|
|