Re: Basic Boost.Python Question

2006-08-15 Thread Neil Hodgson
Hoop: > I have never heard of IronPython. Do you know if you can embedd the > Python interpreter ? I think so as I've read of people embedding the console on the mailing list. My experience is in using a C# library within a Python application. Neil -- http://mail.python.org/mailman/li

Re: Basic Boost.Python Question

2006-08-15 Thread Hoop
Hi Neil, I have never heard of IronPython. Do you know if you can embedd the Python interpreter ? Thanks Jeff Neil Hodgson wrote: > Hoop: > > > I am starting on an application that will developed in VS2005, probably > > using C++/CLI. > > I haven't heard any reports of Boost.Python code being

Re: Basic Boost.Python Question

2006-08-14 Thread Neil Hodgson
Hoop: > I am starting on an application that will developed in VS2005, probably > using C++/CLI. I haven't heard any reports of Boost.Python code being compatible with C++/CLI so you may need to add an adaptation layer. To run inside .NET, I'd choose IronPython. Neil -- http://mail.py

Re: Basic Boost.Python Question

2006-08-14 Thread Pierre Barbier de Reuille
Hoop wrote: > Hi, > > I have been working in getting Boost.Python running on my PC, seems to > work now. > I have what I believe is somewhat of basic question here. > I am starting on an application that will developed in VS2005, probably > using C++/CLI. > I want to be able to exchange data in b

Basic Boost.Python Question

2006-08-14 Thread Hoop
Hi, I have been working in getting Boost.Python running on my PC, seems to work now. I have what I believe is somewhat of basic question here. I am starting on an application that will developed in VS2005, probably using C++/CLI. I want to be able to exchange data in between Python and C++. The u