Pygame 1.9.2 导入错误:DLL 加载失败



我是PyGame的新手,我希望使用它。我有一台装有 Python7 的 Win32 3.3.0 位机器

我仔细选择了正确的安装程序,并用它来安装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:Python33libsite-packagespygame__init__.py", line 95, in <module>
    from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.

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

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

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

最新更新