Re: [Ryu-devel] epolls issue in monotonic.py

2017-05-07 Thread Iwase Yusuke
Hi Raymond, I'm very sorry for the delay. Great thanks! It solved the problem occurred on our Travis-CI tests. I made a patch for this issue and will post on this mailing list. Many Many Thanks! Iwase On 2017年04月13日 05:48, Raymond Burkholder wrote: >> FYI, a similar issue has been opened from

Re: [Ryu-devel] epolls issue in monotonic.py

2017-04-12 Thread Raymond Burkholder
> FYI, a similar issue has been opened from 5 days ago in Github Issue of > eventlet. > Please check it: > https://github.com/eventlet/eventlet/issues/401 > I added my issue to that ticket and had a response. It eliminated the exception, but I havn't tested the operation of the code yet. Makin

[Ryu-devel] epolls issue in monotonic.py

2017-04-11 Thread Raymond Burkholder
Short version: Error message: AttributeError("'module' object has no attribute 'epolls'",) Possible explanation: https://github.com/shazow/urllib3/issues/1104 where urllib3 is intercepting select calls, and not providing epoll or epolls. Question: How to bypass this? My script worked a few m