Pygame安装错误

时间:2014-03-27 13:41:32

标签: python pygame

我已经在Win Vista Home Premiun 32bit计算机上安装了Python 3.4.0,其中包含" Service Pack 2"安装。

Python安装到C:\Python34

然后我选择了pygame windows binary pygame-1.9.2a0.win32-py3.2,因为它最接近Python 3.4.0。

当在shell中或通过.py文件并使用from pygame import *时,我收到以下错误:

*Traceback (most recent call last):
  File "C:/Users/Stuart/Desktop/Python Project files/g.py", line 1, in <module>
    from pygame import *
  File "C:\Python34\lib\site-packages\pygame\__init__.py", line 95, in <module>
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.*

1 个答案:

答案 0 :(得分:0)

我在http://www.lfd.uci.edu/~gohlke/pythonlibs/

找到了python 3.4的pygame安装