Hi Nandan, I haven’t tried this but a colleague of mine has updated RPM spec for qpid-proton 0.19. You should be able to use it to install system package on Fedora:
https://copr.fedorainfracloud.org/coprs/tadeboro/qpid-proton/ Note that this is unofficial until RPM gets updated but you can check the RPM spec to be sure that it just bumps the version: https://github.com/xlab-si/rpm-qpid-proton/commit/dc484f9c18a1c78d620e1173c119414c546e18a9 I guess you can then install Python moudule via pip. I hope this helps, -Gregor > On 19 Jan 2018, at 19:47, nandanone <[email protected]> wrote: > > Andrew:: > > I downloaded the 0.19.0 distribution of qpid-proton from the apache site. > The install instructions talk about building the distribution using > cmake/make. This is why I was trying to build the distribution (with Perl, > Ruby, PHP turned off). Is there a way to install the proton module and its > dependencies without a build? Otherwise when I try to run the examples in > the Python directory I get errors like > > Traceback (most recent call last): > File "simple_send.py", line 23, in <module> > from proton import Message > ImportError: No module named proton > > I have set > echo $PYTHONPATH > /home/njoshi/Development/community/qpid-proton-0.19.0/ > > Thanks, > > Nandan > > > > > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
