I've just uploaded a test 0.10.1-alpha.1 package for you to try on MaxOS. Install it using this command:
pip install --pre -i https://testpypi.python.org/pypi python-qpid-proton ----- Original Message ----- > From: "Ivan Judson" <[email protected]> > To: [email protected] > Sent: Friday, August 28, 2015 4:19:22 PM > Subject: RE: Trying to use python-qpid-proton > > > Can I use the same pip install to test? > > --Ivan > > > -----Original Message----- > From: Ken Giusti [mailto:[email protected]] > Sent: Friday, August 28, 2015 1:18 PM > To: [email protected] > Subject: Re: Trying to use python-qpid-proton > > Hi Ivan, > > I think this: > > https://github.com/kgiusti/qpid-proton/commit/48a1adda6e01a5fc8dcbd43d10ad3c7b307a0c9f > > may fix the OS X error. Give it a try and let me know. > > -K > > > ----- Original Message ----- > > From: "Ivan Judson" <[email protected]> > > To: [email protected] > > Sent: Friday, August 28, 2015 3:30:47 PM > > Subject: Re: Trying to use python-qpid-proton > > > > > > Hi Ken, > > > > Thanks! It seems to have gotten much further. Here’s what I have on OS X: > > > > https://gist.github.com/irjudson/78c063cd3543cb107c07 > > > > > > And a possible solution: > > > > http://stackoverflow.com/questions/5167269/clock-gettime-alternative-i > > n-mac-os-x > > > > > > On Ubuntu 14.04LTS I get this: > > (dev)parallels@ubuntu:/tmp$ pip install -i > > https://testpypi.python.org/pypi python-qpid-proton Collecting > > python-qpid-proton > > /tmp/dev/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: > > InsecurePlatformWarning: A true SSLContext object is not available. > > This prevents urllib3 from configuring SSL appropriately and may cause > > certain SSL connections to fail. For more information, see > > https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. > > InsecurePlatformWarning > > Downloading > > > > https://testpypi.python.org/packages/source/p/python-qpid-proton/python-qpid-proton-0.10.tar.gz > > (154kB) > > 100% |████████████████████████████████| 155kB 1.9MB/s Building > > wheels for collected packages: python-qpid-proton > > Running setup.py bdist_wheel for python-qpid-proton > > Stored in directory: > > > > /home/parallels/.cache/pip/wheels/55/d5/a7/1f5d7b461b3c0da1cdf246075e1 > > 4c39693034f3001c1c60468 > > Successfully built python-qpid-proton > > Installing collected packages: python-qpid-proton Successfully > > installed python-qpid-proton-0.10 > > /tmp/dev/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: > > InsecurePlatformWarning: A true SSLContext object is not available. > > This prevents urllib3 from configuring SSL appropriately and may cause > > certain SSL connections to fail. For more information, see > > https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. > > InsecurePlatformWarning > > (dev)parallels@ubuntu:/tmp$ pip list > > pip (7.1.2) > > python-qpid-proton (0.10) > > setuptools (18.2) > > wheel (0.24.0) > > > > > > > > Which looks like success to me :) > > > > And on Windows 10, VisualStudio 2015 I get errors. I suspect we should > > tackle the portability of clock_gettime first, then pursue windows. > > > > How can I help? > > > > —Ivan > > > > > > > > > > > > On 8/28/15, 11:08 AM, "Ken Giusti" <[email protected]> wrote: > > > > >pip install -i https://testpypi.python.org/pypi python-qpid-proton > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > > > > -- > -K > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- -K --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
