Re: [C++-sig] pybindgen: Why do wrapped C++ containers not look more like python containers?

2009-06-07 Thread Gustavo Carneiro
2009/6/7 Taner Yildirim > Dear Mike, > > > > I noticed that the special function __call__ works in pybindgen. When I use > the custom_name as __call__, then I can get the vector as (i)! > > In cppclass.py, the program checks if the name== __call__ to treat this > case specially and then converts

Re: [C++-sig] pybindgen: Why do wrapped C++ containers not look more like python containers?

2009-06-07 Thread Gustavo Carneiro
2009/6/7 Taner Yildirim > Dear Gustavo, > > > > Thanks for your detailed response. I hope pybindgen soon will have the full > support for the stl-containers! > > I am looking forward to that particular version! Hopefully in the near > future, I will learn more about pybindgen and maybe contribut

Re: [C++-sig] pybindgen: Why do wrapped C++ containers not look more like python containers?

2009-06-07 Thread Gustavo Carneiro
2009/6/7 Taner Yildirim > Dear Gustavo, > > > > Thanks for the detailed explanation, which fixed the problem!. As I > indicated in my previous email, I am mainly a Fortran programmer and do not > have much experience with c++. I used to wrap my programs with F2Py but then > decided to do right