Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "E:\Python\g_convert.py", line 5, in <module>
from graphics import *
File "E:\Python\graphics.py", line 8, in <module>
win = GraphWin("My Robot", 1000,1000)
NameError: name 'GraphWin' is not defined
>>>
It keeps saying GraphWin is not defined, but I don't understand why. I already typed in from graphics import *
I'm very new to using Python.