Hello,
I am wrapping the reference container vector as document suggests.
typedef std::vector EntityContainer;
class_("Entity", init());
class_("EntityContainer")
.def(vector_indexing_suite() )
;
When I try to iterate in python all I get is the following error:
TypeError: No to_python
Hello,
I need a client that connects to the server and answers remote calls.
Is there a way to dot that using sandart xmlrpclib ? Currently I am
using Remote Python Call library, but looking for alternative
solutions as well.
regards
--
http://mail.python.org/mailman/listinfo/python-list