[Pyrex] Problems with compiling a module using a C++ compiler

John J Lee jjl at pobox.com
Mon Aug 11 18:42:25 CEST 2003


On Mon, 11 Aug 2003, Greg Ewing wrote:
[...]
> > I'm using the .cpp suffix because I'm trying to wrap a C++ library
> > which has to be compiled using a C++ compiler (and needs the C++
> > runtime library).
>
> The recommended way to do that at the moment is to write a
> C wrapper for the C++ library and then wrap that with Pyrex.

Great though Pyrex is, lots of people say that Boost.Python (including
pyste) is better for wrapping C++.


John





More information about the Pyrex mailing list