Berserker wrote:
> Sorry for the long post and for my bad english, I hope that someone
> could really help me.

Unfortunately, this isn't the right list - python-dev is for development
*of* Python rather than development *with* Python (and the latter
includes using the CPython C API).

I suggest trying again either on the general python list
([email protected]) or else on the C API special interest group
([email protected]).

Regards,
Nick.

P.S. Off the top of my head, I would be asking if you have done anything
to initialise the embedded Python's threading support, since the
interpreter assumes single threaded operation by default and you don't
mention initialising the thread support in your message ("import
threading" on the Python side will do it, or else there's a C API call
to do it explicitly).

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to