Python ImportError:DLL加载失败:找不到指定的模块

时间:2015-05-27 22:54:17

标签: python pygame

我最近下载并安装了pygame。我用以下代码测试了它。

import pygame

我收到以下错误:

C:\Python34>python test.py
Traceback (most recent call last):
File "test.py", line 1, in <module>
    import pygame
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.

我目前使用Python 3.4 32位并已下载pygame-1.9.2a0.win32-py3.2并安装它。我尝试多次卸载并重新安装。我做错了什么?

1 个答案:

答案 0 :(得分:2)

Pygame不适用于Python 3.4。您下载的pygame适用于Python 3.2。如果你下载Python 3.2,你应该可以使用pygame。