From: <Mat...@i2...> - 2001-10-22 19:49:46
|
Look at Demo/swing/Console.py. It runs each jython command in its own thread, and allows the user to kill that thread by hitting ESC Matt On 10/22/2001 01:44:33 PM jython-users-admin wrote: > > somehow tell the interpreter to break out of the current command that > it is processing and return to the command line so I can preserve as > much application state as possible. Any suggestions? |