Why can't I install pygame and livewires in python for the book 'Python Programming for the absolute beginner'? -
Why can't I install pygame and livewires in python for the book 'Python Programming for the absolute beginner'? -
in python programming absolute beginner requires download 'pygame' , 'livewires'. book links page can download bundle of folders made book. in these folders setup wizard 'pygame' , '.bat' file 'livewires'. however, ran 'pygame' wizard , when utilize 'import pygame' @ start of python script nasty error:
traceback (most recent phone call last): file "c:\python34\pygam test.py", line 1, in <module> import pygame file "c:\python34\lib\site-packages\pygame\__init__.py", line 95, in <module> pygame.base import * importerror: dll load failed: specified module not found.
i don't know why! when launcher asked when set 'pygame' or something, entered this:
c:\python34
which seems right me. '.bat' file 'livewires' doesn't work @ moment either, guess that's because 'pygame' isn't working.
sidenote: 'path' links c:\python34 well.
thanks in advance.
you're using python3. pygames install doesn't work python3. utilize tips here: http://askubuntu.com/questions/401342/how-to-download-pygame-in-python3-3.
also, won't install livewires module much of same reasons , author gives modified versions of liverwires, not original thing. reason have rewritten livewires specs @ of book: https://pypi.python.org/pypi/superwires
python
Comments
Post a Comment