在 Ubuntu 15.04 上安装 Python3.4 + Pygame

在 Ubuntu 15.04 上安装 Python3.4 + Pygame

这个问题之前已经讨论过,但我未能找到答案。

我尝试过从官方网站编译 Pygame 并从电力供应协议但对我没什么用。

我仍然得到:ImportError: No module named 'pygame'

任何提示都将不胜感激。

答案1

看来 Pygame 的发布版本不支持 Python 3。最新版本已经在 Ubuntu 中打包,您可以使用它来安装python-pygame,但它仅适用于 Python 2.x。

python您需要使用而不是 来运行脚本python3

相关内容