python - Issues Installing Pygame -


i`m having issues installing pygame. running 64 bit windows 8 system, 32 bit version of python 3.4.

here how have been trying install far:

  1. i have visited http://pygame.org/download.shtml , downloaded file called pygame-1.9.2a0.win32-py3.2.msi.
  2. i have executed file , selected 'install users'.
  3. at point asks me select python location should install pygame. select 'will installed on local hard drive' dropdown. text box asks me input alternate python location. set c:\pythonx. set python location - c:\python34.
  4. i finish installer , go shell. input import pygame command line. gives following error:

traceback (most recent call last): file "", line 1, in import pygame file "c:\python34\lib\site-packages\pygame__init__.py", line 95, in pygame.base import * importerror: dll load failed: specified module not found.

if in python34 file after install, find pygame folder in location c:\python34\lib\site-packages\pygame.

any appreciated.

installing msi , not pip make sure correct version matches set of python.

you running 64 bit windows 8 system, 32 bit version of python 3.4.

you downloaded 32 bit version of pygame python 3.2 need 1 python 3.4 version.

this 1 official bitbucket should work correct version python 3.4 32 bit compatibility.

https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0-hg_5974ff8dae3c+.win32-py3.4.msi


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -