Using C++ classes in python

Jimmy Retzlaff jimmy at retzlaff.com
Wed Jan 29 17:39:31 EST 2003


Michael Andersson [mailto:a98mican at ida.his.se] wrote:
>Hi!
>Is it possible to create a class in C++ that can be instansiated in a
>python script?
>...

Take a look Boost.Python at http://www.boost.org/libs/python/doc/. It
allows such instantiation and much more.

Jimmy





More information about the Python-list mailing list