python - ImportError: DLL load failed: %1 is not a valid Win32 application, Windows 10 -
i have been trying pygame , running on python 3.2. when try import get
from pygame.base import * importerror: dll load failed: %1 not valid win32 application.
i saw this, indicated problem python , pygame installations incompatible (64-bit of one, 32-bit of other), have 32 bit versions of both , it's still giving me error! on windows 10 (64 bit), python 3.2 (32 bit), pygame (32 bit.) copied forum, minor change (python 3.4 -> 3.2) file named same appropriate file @muratgu's link.
Comments
Post a Comment