pygame错误:DLL加载失败(Win32)
我现在在用64位的Windows 7系统,安装了32位的Python 2.6.7,还有适用于win-32的pygame 1.9.1。不过,当我导入pygame这个模块的时候,出现了以下错误:
import pygame
ImportError: DLL load failed: %1 is not a valid Win32 application.
我现在在用64位的Windows 7系统,安装了32位的Python 2.6.7,还有适用于win-32的pygame 1.9.1。不过,当我导入pygame这个模块的时候,出现了以下错误:
import pygame
ImportError: DLL load failed: %1 is not a valid Win32 application.