I am using python version 2.7.2. I put the version of livewires for python
2.x in the right folder this time and after running the following program I
got a different error message. Here they are.
program
# New Graphics Window
# Demonstrates creating a graphics window
from livewires import games
games.init(screen_width = 640, screen_height = 480, fps = 50)
games.screen.mainloop()
error message
Traceback (most recent call last):
File "C:/Python27/new_graphics_window.py", line 6, in <module>
games.init(screen_width = 640, screen_height = 480, fps = 50)
AttributeError: 'module' object has no attribute 'init'
Thanks for the help.
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor