导入模块错误python3 xubuntu 19.04

时间:2019-08-24 16:09:32

标签: python-3.x import pygame geany

使用解释器导入PyGame时成功。使用Geany并非如此。

enter description 显示错误。

我尝试编辑shebang,重命名文件。确保PATH和版本正确,并且没有丢失的Geany插件。

import pygame
pygame.init()

Geany错误:

Traceback (most recent call last):
  File "moduleerror.py", line 3, in <module>
    import pygame
ImportError: No module named pygame

1 个答案:

答案 0 :(得分:1)

我进入了Build >> Set Build Commands并在Execute命令下更改

python“%f”

python3“%f”