Dec. 22, 1999
10:32 a.m.
so I was wondering, what are the essentials that I need to know in order to be able to write C++ codes which can be imported by Python and vice versa?
Have a read through the Programming Python book on extending/embedding Python. See also the examples in the source: Demo/embed/* Demo/extend/* Modules/xxmodule.c You might get a better response posting this to comp.lang.python... -------------------------------------------- Adrian Eyre <mailto:a.eyre@optichrome.com> Optichrome Computer Solutions Ltd Maybury Road, Woking, Surrey, GU21 5HX, UK Tel: +44 1483 740 233 Fax: +44 1483 760 644 http://www.optichrome.com --------------------------------------------