gevent-socketio
gevent-socketio copied to clipboard
AttributeError: 'Socket' object has no attribute 'session'
I have detailed the issue here https://groups.google.com/forum/#!topic/gevent-socketio/Sih-jFMdtNw
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.