> 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. Making the following change to /usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py eliminated the exception (add 'eventless.sleep()) to line 32 of the file after the import statement): if HUB_TYPE == 'eventlet': import eventlet eventlet.sleep() import eventlet.event import eventlet.queue import eventlet.semaphore import eventlet.timeout import eventlet.wsgi -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel