crashes when I try to run gasp from IDLE 2.6.5

Bug #633838 reported by Matthew Cahn
12
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_when('key_pressed')
end_graphics()

and it froze.

Revision history for this message
Leach54 (monopoholic) wrote :

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

Revision history for this message
Muhamed (muhamed-huseinbasic) wrote :

I have the same problem. I can reopen IDLE as much as I want but problem remains. Solution?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.