Re: Interrupting execution of PyRun_SimpleScript()

2005-04-30 Thread Andrew Dalke
A few days ago stephan wrote: > Im am using PyRun_SimpleString() inside a BCB 5.0 GUI app > on win32. Never used it so can only offer a suggestion. > For this I have a button called "stop", and when > the user executes it, I generate an exeption by > calling: > PyRun_SimpleString("raise Keyboard

Interrupting execution of PyRun_SimpleScript()

2005-04-26 Thread stephan
Hi, Im am using PyRun_SimpleString() inside a BCB 5.0 GUI app on win32. All works fine. The PyRun_SimpleStript() runs a piece of python code which calls often a callback function to refresh my gui App so my Form still can react to user input. Now, I would like to implement a possibility to inte