> Theading is indeed not supported in the interactive console.
> Note that the interactive console will be completely replaced by the
> external console in v2.0. So, I strongly recommend to use it for this
> kind of work (in v1.1.0rc1 there is no difference between the
> interactive console and the external console in terms of features).
Thanks for the info. We are trying to use 1.1.0rc1 as suggested.
But if I understand you correctly, this also means that the shell runs
the python interpreter in a new process.
Therefor the advantage that the already running python interpreter
is used is lost. This would be needed in my project to be able to access
the currently running instance of the calling program.
In the opposit, trying to reach the runtime of the calling program from
an external shell will result in reloading of the undelying dlls (data
parts) and no access to the already running instance.
--Guenter