Re: [C++-sig] Exposing C++ class to Python

2009-03-04 Thread Stefan Seefeld
Vinaya Shrestha wrote: Hello, I need to be able to expose a C++ class to Python, say pass a C++ object reference to Python and make modifications on the object using Python scripting. I tried to use boost.python library for the same but without any success. Can anyone help me ? Please

[C++-sig] Exposing C++ class to Python

2009-03-03 Thread Vinaya Shrestha
Hello,I need to be able to expose a C++ class to Python, say pass a C++ object reference to Python and make modifications on the object using Python scripting. I tried to use boost.python library for the same but without any success. Can anyone help me ? Thanks. Regards. Vinaya Lal Shresth