Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 15 Online
OpenStudy (anonymous):

Try to display image with following code: **** from graphics import * def main(): win = GraphWin("My Image",600,600) c = Image(Point(200,200),"a.gif") c.draw(win) win.getMouse() win.close() main() **** Then I get an error that I don't understand. Is graphics.py not finding the image file? Here is the error: NameError: global name '_root' is not defined

OpenStudy (anonymous):

I suppose it's because it's supposed to be used as a class method instead?

OpenStudy (anonymous):

I did try your code in idle, with a random image, the graphics.py found here : http://mcsp.wartburg.edu/zelle/python/graphics.py And everything works fine here...

OpenStudy (anonymous):

Reinstalled graphics.py and now code works. Thanks.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Mari103: How to pop out like a Jacc In the box
54 minutes ago 0 Replies 0 Medals
Breathless: Spooky witch but cute
7 hours ago 3 Replies 0 Medals
Arriyanalol: help
7 hours ago 10 Replies 2 Medals
Arriyanalol: @tinydinoUwU stop trying to find a argument u blad lil boy
1 day ago 5 Replies 4 Medals
Jaded012023: Please tell me what you all think of this song
10 hours ago 6 Replies 1 Medal
Arriyanalol: bro how
10 hours ago 2 Replies 3 Medals
Arriyanalol: cant wait for the new bluey movie in 2027
1 day ago 12 Replies 2 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!