I installed livewires for python 2.x so should that work with python
version 2.7.2 ? I typed in the code you see below and got the following
error message.

Here is the code.

from livewires import games

and here is the error message

Traceback (most recent call last):
  File "C:/Python27/new_graphics_window.py", line 4, in <module>
    from livewires import games
ImportError: No module named livewires

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

Reply via email to