Using C++ classes in python
Jimmy Retzlaff
jimmy at retzlaff.com
Wed Jan 29 17:39:31 EST 2003
More information about the Python-list mailing list
Wed Jan 29 17:39:31 EST 2003
- Previous message (by thread): Using C++ classes in python
- Next message (by thread): ANN: rlcompleter2 0.95 Interactive Completion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Using C++ classes in python
- Next message (by thread): ANN: rlcompleter2 0.95 Interactive Completion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list