[Pydev-users] [Users] RE: Command Shell Terminates
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-01-28 22:23:50
|
The following forum message was posted by bjebn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Some additional information - im trying to use this code import graphics from graphics import * win =graphics.GraphWin() pt = Point(100,500) pt.draw(win) it executes and launches the python icon but then simply closes. Note that any function cause the python window to terminate in the shell window, no history or nothing. |