Brad Johnson <[EMAIL PROTECTED]> writes:

> I have a place where I execute a Python command that calls into C++
> code which then in turn calls back into Python using the same
> interpreter. I get a fatal error which is "PyThreadStage_Get: no
> current thread."

Does the C++ code call into the interpreter from a different thread?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to