stash icon indicating copy to clipboard operation
stash copied to clipboard

PermissionError when using websockets

Open MaxNacemit opened this issue 5 years ago • 1 comments

When I try to launch my flask code which has socketio, I get PermissionError and a notice: “Websocket transport not aviliable. Install gevent and gevent-websocket”. I have both of these modules.

MaxNacemit avatar Mar 24 '19 14:03 MaxNacemit

you dont actually a working gevent installed, since gevent depends on greenlet, which is C and cannot be used on pythonista.

jsbain avatar Mar 25 '19 02:03 jsbain