[C++-sig] Fatal Python error: Interpreter not initialized (version mismatch?)

Stefan Seefeld seefeld at sympatico.ca
Thu Mar 20 20:38:06 CET 2008


Michael Wieher wrote:

> Also be sure that the C compiler used to build the library is the same 
> as the one you used to compile python with.

That's not necessary. C code doesn't have the same ABI compatibility 
issues as C++ code has. It's only true for C++ code, as different 
compilers (typically) don't adhere to the same C++ ABI (Application 
Binary Interface).

Regards,
		Stefan

-- 

       ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list