[C++-sig] RuntimeError(Pure virtual function called) when using iterator with abstract class

2010-05-17 Thread Mr Kun Hong
Hi all, I am new to Booth Python. I am trying to make a python wrapper for one of my job's C++ library. But after reading the docs and related mailing list archive, I am still stucked. :( If any one can shed some light on me, it is greatly appreciated. Below is a simplified version of the libr

[C++-sig] RuntimeError(Pure virtual function called) when using iterator with abstract class

2010-05-17 Thread Mr Kun Hong
Hi all, I am new to Booth Python. I am trying to make a python wrapper for one of my job's C++ library. But after reading the docs and related mailing list archive, I am still stucked. :( If any one can shed some light on me, it is greatly appreciated. Below is a simplified version of the libra

[C++-sig] When not to use static boost python library

2010-05-11 Thread Mr Kun Hong
Hi, I am new to boost python. I have some experience making python extension using pure C. Now I have a question: when should I not use static boost python library? I tried to search the archive a bit. But haven't found a good answer. I read the boost python library documentation, where the sect