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 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.
> 
> I also have an issue when I use boost. I keep getting an python version
> mismatch error. I was wondering what could cause this.
> 
> Regards,
> Murat
> 


-- 
Technology & Consulting Services - ned Productions Limited.
http://www.nedproductions.biz/. VAT reg: IE 9708311Q.
Work Portfolio: http://careers.stackoverflow.com/nialldouglas/



Attachment: SMime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to