Github user dnwe commented on the pull request: https://github.com/apache/qpid-proton/pull/47#issuecomment-122900045 @gemmellr the error message for py26 is quite odd. It seems like its failing on the new "compile proton from python if libqpid-proton isn't available to link against" that was added to the setup.py. I'm not sure why the libqpid-proton build via cmake isn't considered usable though. Here's the output log ``` Processing ./.tox/dist/python-qpid-proton-0.10.0.zip Building wheels for collected packages: python-qpid-proton Running setup.py bdist_wheel for python-qpid-proton Complete output from command /home/travis/build/apache/qpid-proton/proton-c/bindings/python/.tox/py26/bin/python2.6 -c "import setuptools;__file__='/tmp/pip-zTErui-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpTPU6sFpip-wheel-: running bdist_wheel running build running build_ext running configure building '_cproton' extension swigging cproton.i to cproton_wrap.c swig -python -threads -o cproton_wrap.c cproton.i cproton.i:394: Error: Unable to find 'proton/cproton.i' error: command 'swig' failed with exit status 1 ---------------------------------------- Failed building wheel for python-qpid-proton Failed to build python-qpid-proton ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---