[Tutor] This program has worked for me before.

Alan Gauld alan.gauld at btinternet.com
Thu Feb 9 06:12:08 CET 2012


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/



More information about the Tutor mailing list