[C++-sig] Interact python with C++

John Reid j.reid at mail.cryst.bbk.ac.uk
Tue Aug 14 11:32:16 CEST 2012


On 14/08/12 00:05, Murat Atalay wrote:
> Hello Everyone,
> 
> Currently, I am trying to call C++ classes and functions from python
> inside my C++ program. I want to be able to edit the members and call
> functions from python. I am using VS2010 with boost libraries. Boost
> comes with very big embedding frame work and SWIG mix of C and C++ files
> and I don't want to create DLLs. So, I was wondering if there is another
> tool to interact python with C++ and vise versa. 

What do you mean "edit the members"? Also, I'm not sure how you can
interact with C++ from python without creating a DLL.

> 
> I also have an issue when I use boost. I keep getting an python version
> mismatch error. I was wondering what could cause this. 

It is hard to help without significantly more information.

Regards,
John.



More information about the Cplusplus-sig mailing list