GASP hangs up after begin_graphics()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GASP Core |
New
|
Undecided
|
Unassigned |
Bug Description
gasp-0.
the problem is when ever i use the line "begin_graphics()" in any context, and i run the script in the shell the only thing i get is a small window box come up in the middle of the shell window. the box is blank and has the title "KILL". there is no way to close this "KILL box" and i cant stop or close the shell window either. the only way that i have found to get rid of it is to logout and then back in. if any one knows how to fix this please enlighten me.
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.