generic way to access C++ libs?
Jacek Generowicz
jacek.generowicz at cern.ch
Mon Nov 8 04:09:19 EST 2004
Gabriel Zachmann <zach at cs.uni-bonn.de> writes:
> Is there any generic way to use C++ libraries from within Python.
> Without doing anything else (such as recompiling the library or generating
> wrappers).
Bit of a tall order, don't you think?
What would be so cumbersome about invoking a single program which
requires the location of the library, the location of its headers, and
which gives you a Python module wrapping the library in return ?
More information about the Python-list
mailing list