I am having followin issue:
File "/usr/local/lib/python2.6/dist-packages/ws4py/server/wsgi/middleware.py", line 117, in call
environ.get('wsgi.input')._sock),
AttributeError: 'Input' object has no attribute '_sock'
I search Input class of pywsgi getevent and did not found _sock function.