Re: [C++-sig] boost::python executes wrong implementation

2010-11-03 Thread AdrianB
Nat Linden lindenlab.com> writes: > Try renaming myapi.dll ... thanks for the hint. my real life scenario uses: MY-API.DLL myapi.pyd sorry for not mentioning this <:o) best regards Adrian ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http:/

[C++-sig] Python iterable to std map

2010-11-03 Thread Charles Solar
I have a class interface I expose to python that has methods such as begin, end, rbegin, rend. Its meant to be a class that C++ can iterate over. I now want to make the object defined in python, so python can pass the C++ library an object of python's class and C++ can use it like it would any re