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

2012-08-14 Thread Niall Douglas
Could use Cython. You're still going to have to use DLLs though. With Python it's very hard to avoid DLLs. Niall On 13 Aug 2012 at 16: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 t

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

2012-08-14 Thread John Reid
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 em

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

2012-08-13 Thread Murat Atalay
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 a