← Back to team overview

gasp-dev team mailing list archive

[Question #252007]: Why I can't open my script from IDLE?

 

New question #252007 on GASP Core:
https://answers.launchpad.net/gasp-core/+question/252007

I made 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()

When I run it from terminal it works perefectly. When I run it from IDLE, I get no answer. Shell prompt (>>>) disappears but nothing happens.

-- 
You received this question notification because you are a member of GASP
Development Team, which is an answer contact for GASP Core.