<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: verdana, helvetica, sans-serif">
<DIV>Hi: </DIV>
<DIV>&nbsp;</DIV>
<DIV>I am learning Python on my own using a " Guide to Programming with Python" book.&nbsp;Author of the book is Micheal&nbsp;Dawson and I am using version 2.3.5 of python. &nbsp;When I try to run the code&nbsp;I do&nbsp;not get required results. The picture could not be loaded. I get trackback message regarding undefined module.The example from the book is as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>from liveswires import games</DIV>
<DIV>&nbsp;</DIV>
<DIV>games.init(screen_width = 640, screen_height = 480, fps = 50)</DIV>
<DIV>wall_image = games.load_image("wall.jpg", transparent = False)</DIV>
<DIV>games.screen.background = wall_image</DIV>
<DIV>&nbsp;</DIV>
<DIV>games.screen.mainloop() </DIV>
<DIV>&nbsp;</DIV>
<DIV>Can anyone please assist me. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you </DIV>
<DIV>&nbsp;</DIV>
<DIV>Sikhumbuzo</DIV></DIV></DIV></div></body></html>