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-in-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/1f5d7b461b3c0da1cdf246075e14c39693034f3001c1c60468
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]

Reply via email to