On Sun, Mar 8, 2009 at 10:58 AM, Vincent Torri wrote: > > There is no extern "C" in the generated header files. This breaks linking > with a c++ compiler. Is it a bug in the python parser ? No. It is a bug in the C++ program that tries to include a C header outside of extern "C". Peter Harris