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.

_______________________________________________
Mailing list: https://launchpad.net/~gasp-dev
Post to     : gasp-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gasp-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to