Pygame 1.9.2 ImportError:DLL加载失败

时间:2014-01-14 15:03:24

标签: dll windows-7 import pygame python-3.3

我是PyGame的新手,我希望使用它。 我有一台带有Python3.3.0的Win7 32位机器

我仔细选择了正确的安装程序并用它来安装PyGame。 安装完成没有错误。我觉得一切都很好。多次重启我的电脑。然后我开始键入“import pygame”:

Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python33\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.

我尝试用that文章解决我的问题。但他/她正在使用python 2.6.4并选择2.6的安装程序。我选择了that安装程序。我使用错了吗?如果我是对的,为什么我不能导入它?我试过那篇文章的资源和建议。我知道PyGame现在支持python3。为什么我不能使用它?

1 个答案:

答案 0 :(得分:0)

https://bitbucket.org/pygame/pygame/downloads

将其下载到下载python时下载的其他库的位置