On 09/02/12 00:43, Nathaniel Trujillo wrote:
Hello, I stopped using python for about 4 months but now I am back. I
....
and it keeps giving me this error message which I then googled to no avail
Traceback (most recent call last):
   File "C:\Python31\pizza_panic_game.py", line 4, in <module>
     from livewires import games, color
   File "C:\Python31\lib\site-packages\livewires\games.py", line 57, in
<module>
     import pygame, pygame.image, pygame.mixer, pygame.font,
pygame.transform
   File "C:\Python31\lib\site-packages\pygame\__init__.py", line 95, in
<module>
     from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.
thanks for the help.


Looks like a problem with your Livewires installation.

Have you upgraded either Python or Livewires? Or deleted either?
I'd start by reinstalling the correct matching version of Livewires.
ie the one that matches your version of Python.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to