gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

AttributeError: 'Socket' object has no attribute 'session'

Open lovesh opened this issue 12 years ago • 1 comments

I have detailed the issue here https://groups.google.com/forum/#!topic/gevent-socketio/Sih-jFMdtNw

lovesh avatar Oct 29 '13 18:10 lovesh

I had the same issue after installing via PIP, which appeared to install an earlier version of the lib not compatible with the examples (no socket.session dict). Uninstalled via PIP, cloned via git and ran setup to get latest version and all is fine.

tedgrav avatar Dec 20 '13 17:12 tedgrav