Python wrapper for C++ STL?

Rainer Deyke root at rainerdeyke.com
Fri Dec 8 19:54:43 EST 2000


"Edward C. Jones" <edcjones at erols.com> wrote in message
news:3A31760E.D157EB54 at erols.com...
> Has anyone written a Python wrapper for the C++ Standard Template
> Library?

Why would anybody want to?  Python provides most STL fnctionality natively.
Such a wrapper would need to constantly translate C++ exceptions to Python
exception and vice versa, making the wrapper be more trouble than it's
worth.


--
Rainer Deyke (root at rainerdeyke.com)
Shareware computer games           -           http://rainerdeyke.com
"In ihren Reihen zu stehen heisst unter Feinden zu kaempfen" - Abigor





More information about the Python-list mailing list