I am working on an application on Mac OS X that calls out
to python via PyImport_ImportModule().  I find that if
the imported module creates and starts a python thread,
the thread seems to be killed when the import of
the module is complete.   Is this expected?  Does
python have to be in control to allow threads to run?
Would it be better to arrange things such that the
file is processed using PyRun_SimpleFile?

                David S. Harrison
                ([EMAIL PROTECTED])


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to