gpt4 book ai didi

python - 如何安装pygame字体

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:42:16 26 4
gpt4 key购买 nike

这是一个初学者级别的问题。我在 ubuntu 上自学 pygame10.10。我下载了几个示例,但 pygame 无法正常工作。我怀疑是安装问题。但我不确定如何解决。

我还需要安装其他东西才能使它正常工作吗?

  1. 我的示例:http://cid-bb9549bdfdec74f4.skydrive.live.com/self.aspx/PyPlotter/pyplotter.py

  2. 我的错误:

    prompt: python pyplotter.py

    pyplotter.py:27: RuntimeWarning: use font: No module named font

    (ImportError: No module named font) font = pygame.font.SysFont("arial",12)

Traceback (most recent call last):

File "pyplotter.py", line 27, in <module>

font = pygame.font.SysFont("arial",12)

File "/usr/local/lib/python2.6/dist-packages/pygame-1.9.1release-py2.6-linux-i686.egg/pygame/__init__.py",

line 70, in getattr
raise NotImplementedError(MissingPygameModule)` NotImplementedError: font module not available (ImportError: No module named font)

3.我用以下命令安装了 pygame:sudo easy_install pygame

This says I have the latest version of pygame.  So, Do i need to install
something different for fonts?

最佳答案

不是通过 easy_install 安装,而是安装 pygame 的 Ubuntu 包:python-pygame (它在宇宙中)。

关于python - 如何安装pygame字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5255385/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com