windows - How do I install Pygame on Windows8 to work with Python 3.3.3? -
speaking new stackoverflow , not computer literate...
how pygame work? have been using idle (python gui), python version 3.3.3, , want add on pygame. downloaded , installed "pygame-1.9.2a0-hg_56e0eadfc267.win32-py3.3.msi" bitbucket , tried "import pygame" got following output in window:
python 3.3.3 (v3.3.3:c3896275c0f6, nov 18 2013, 21:19:30) [msc v.1600 64 bit (amd64)] on win32
type "copyright", "credits" or "license()" more information.
import pygame traceback (most recent call last):
file "", line 1, in
import pygame
file "c:\program files (x86)\python333\lib\site-packages\pygame__init__.py", line 127, in pygame.base import *
importerror: dll load failed: %1 not valid win32 application.
does know wrong, , how can fix it?
many thanks
l.
direct quote site
windows 64bit users note: use 32bit python 32bit pygame.
also extension @marius 's comment, can pre-release 64 bit version of pygame here http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
Comments
Post a Comment