On Thu, 09 May 2013 07:41:49 +0100, Wichert Akkerman
wrote:
If I try to do that by adding this:
to_python_converter();
to_python_converter()
I get a compile error:
/opt/local/include/boost/python/converter/as_to_python_function.hpp:21:84:
error: 'type name' declared as a pointer to a
On Thu, 09 May 2013 07:55:07 +0100, Wichert Akkerman wrote:On May 8, 2013, at 23:31 , "Alex Leach" wrote:That error means the type_id of uuid is not in the bp registry.I think you can fix this by deriving uuid_to_python from to_python_converter, as demonstrated in the pyty