Re: InteractiveConsole executed in another thread.

2009-10-20 Thread Gabriel Genellina
En Tue, 20 Oct 2009 07:02:29 -0300, Germán Diago escribió: Hello. I have an application written in python (it's a wrapper for a c++ application). The application has : a window (an SDL window), and a GUI, which has the window embedded inside. I would like to use InteractiveConsole to send com

InteractiveConsole executed in another thread.

2009-10-20 Thread Germán Diago
Hello. I have an application written in python (it's a wrapper for a c++ application). The application has : a window (an SDL window), and a GUI, which has the window embedded inside. I would like to use InteractiveConsole to send commands to the SDL window. I have an API that allows me to do th