Re: [C++-sig] Some questions when making a C++ project as python externsions

2010-09-07 Thread Binbin Shen
Thank you very much for your quick reply, I will have a try first. :-) 2010/9/7 Jim Bosch : > On 09/07/2010 12:19 AM, Binbin Shen wrote: >> >> Hi, >> I am new to boost.python, and want to provide python interface of a >> large lab application written in C++. I have written some wrappers and >> mak

Re: [C++-sig] Some questions when making a C++ project as python externsions

2010-09-07 Thread Jim Bosch
On 09/07/2010 12:19 AM, Binbin Shen wrote: Hi, I am new to boost.python, and want to provide python interface of a large lab application written in C++. I have written some wrappers and make some classes works in python, but also encounter some problems that cannot be solved by Googling, and I do

[C++-sig] Some questions when making a C++ project as python externsions

2010-09-07 Thread Binbin Shen
Hi, I am new to boost.python, and want to provide python interface of a large lab application written in C++. I have written some wrappers and make some classes works in python, but also encounter some problems that cannot be solved by Googling, and I do not want to modify the source of the C++ app