Taylor,

You need the following files:

    proton.py          (from proton-c/bindings/python)
    cproton.py         (from $BUILD/bindings/python)
    _cproton.so        (from $BUILD/bindings/python)
    libqpid-proton.so  (from $BUILD)

-Ted


On 01/15/2013 03:35 PM, Eagy, Taylor wrote:
Ted,



Proton is more lightweight and the systems that it runs on won't have Java 
installed. While I would prefer a more Pythonic portable solution, as long as 
Proton-c builds within 5MB, then it should work. However, I'm getting a bunch 
of undefined reference messages from pythonPYTHON_wrap.c when trying to make 
install it. So if I just want to use the p2p messaging between Python 
processes, what are the minimum amount of files that I need to create a Python 
queue server to handle the queues between processes? (i.e. proton.py, 
cproton.py, etc)



Thanks,

Taylor


Reply via email to