Comment 1 for bug 571518

Revision history for this message
allen daniell (allen-daniell) wrote :

well guys i figured it out!!!!

the problem is the idle. it is written in Tkinter. that mean that when we use "begin_graphics()" the mainloop then conflicts with the tk() mainLoop(). i learned this reading a great book called "wxPython in Action". it was explaining about wxPython, but i was able to see the paralle with GASP. so to try it out i cut and paste code from "How to Think Like a Computer...." in to the main IDE that i now use, SPE(Stani's Python Editor). guess what?
 it worked!!!! i believe that this is the root of many of the problems that many of us are having with GASP. so try to use a Different IDE that is not written in TKinter and see what happens. hope this helps somone else.