ImportError: DLL load failed: %1 Ч Win32 Ӧ ó

如果遇到这样的问题,可能是在64bit的机器上面安装了64bit的python package, 这时可以试试卸载掉之前的64位包,装上相应的32位包。这样的例子我遇到的有:PyQt4,pyqtgraph,
 
Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> import pygame File "C:\Python31\lib\site-packages\pygame\__init__.py", line 95, in <module> from pygame.base import * ImportError: DLL load failed: %1 is not a valid Win32 application.

你可能感兴趣的:(ImportError: DLL load failed: %1 Ч Win32 Ӧ ó)