pygame - 导入错误:没有名为freetype的模块

时间:2014-11-18 20:49:15

标签: python python-2.7 gcc pygame

我正在尝试一个小项目,我需要开始工作freetype。 但我得到的只是错误。

slu-suse:~/Systemthegame # python main-noclick.py
Traceback (most recent call last):
  File "main-noclick.py", line 204, in <module>
    if __name__ == '__main__': menu()
  File "main-noclick.py", line 6, in menu
    import pygame, pygame.freetype
ImportError: No module named freetype

我确实尝试重新安装pygame,但是我得到了包含Python.h后失败的gcc错误1。 但是我没有得到它,因为&#39; whereis是Python.h&#39;返回&#39; Python:&#39;

如果有帮助的话,我会使用openSUSE。

0 个答案:

没有答案