Re: [C++-sig] [Py++] registration order problem in constructor

2009-06-09 Thread Werner Joergensen
Dear Roman, thank you very much for the suggested workaround. Could you answer the additional questions below? ... > > This indicated that the Test(char) constructor is applied although a string > was given. > > How can I solve the problem? > > Py++ doesn't help you here. > > > If possible o

Re: [C++-sig] [Py++] registration order problem in constructor

2009-06-09 Thread Roman Yakovenko
On Tue, Jun 9, 2009 at 9:22 PM, Werner Joergensen wrote: > > Dear Roman, > thank you very much for the suggested workaround. Could you answer the > additional questions below? > > ... >> > This indicated that the Test(char) constructor is applied although a string > >> was given. >> > How can I so

Re: [C++-sig] [Py++] registration order problem in constructor

2009-06-09 Thread Werner Joergensen
Thanks! I can't express my gratitude for your help on this list. I think my questions are answered. I'll see if I can implement your solutions. Werner > > But would you mind mentioning the other alternatives? My aim is to > > construct > the class like the "t=testmodule.Test("Hello")" above.

[C++-sig] a new version of pybindgen with full STL containers method support!!!

2009-06-09 Thread Taner Yildirim
Dear Gustavo and Mike, When you have a chance, please have a look at the website: http://www.ncnr.nist.gov/staff/taner/pybindgen/doc_installation_features.htm l Implementing my toy std::vector class to a generic type in pybindgen code turned out to be quite easy! All I had to do is to w