On 07/06/2010 12:03 PM, francisco dorset wrote:
> i need resources or books on how to embedding python into c/c++...and
> also extending it
> 
> [snip]

What is the digest doing at the end of your message then?

Anyway:

http://docs.python.org/py3k/c-api/index.html
http://docs.python.org/py3k/extending/index.html

or, if you feel like using the archaic 2.x series of CPython,

http://docs.python.org/c-api/index.html
http://docs.python.org/extending/index.html

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

Reply via email to