crashes when I try to run gasp from IDLE 2.6.5
Bug #633838 reported by
Matthew Cahn
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GASP Core |
New
|
Undecided
|
Unassigned |
Bug Description
I'm running ubuntu 10.04 and I installed gasp. I tried to test it in IDLE using python 2.6 with this script:
from gasp import *
begin_graphics()
Circle((200, 200), 60)
Line((100, 400), (580, 200))
Box((400, 350), 120, 100)
update_
end_graphics()
and it froze.
To post a comment you must log in.
I also have this problem in Ubuntu 10.10, when i run begin_graphics() all instances of IDLE close and then nothing happen. no new window is formed. I must reopen IDLE and re open all of my files.
Python version: 2.6
GASP: Latest