[zeromq-dev] zeromq-2.0-alpha3 python binding error:Function notimplemented fd != -1 (fd_signaler.cpp:43)

Martin Sustrik sustrik at fastmq.com
Sat Oct 24 17:40:46 CEST 2009


Hi,

> please tell me where is python binding document or example?
> I need detailed   user manual

You can use perf tests in /perf/python as examples. As for documentation 
there's only the documentation in /bindings/c/zmq.h so far, however, 
python binding (and other bindings) copy the C API as closely as 
possible so you should be able to use it even for python.

In case you are interested in implementing native python help system, 
there's already an infrastructure built for it (see 
/bindings/pythin/pyzmq.cpp, lines 363-404) so it should be easy to 
extract the text from /bindings/c/zmq.h and add it to 
/bindings/pythin/pyzmq.cpp.

Martin



More information about the zeromq-dev mailing list