We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Could you please update example/server.py for the latest python environment? Otherwise, the following error occurred:
example/server.py
$ python3 example/server.py Traceback (most recent call last): File "example/server.py", line 29, in <module> class WebSocketHandler(tornado.websocket.WebSocketHandler): File "example/server.py", line 35, in WebSocketHandler @tornado.gen.engine AttributeError: module 'tornado.gen' has no attribute 'engine' $ $ pip3 list | grep -e appdirs -e packaging -e pyparsing -e six -e tornado appdirs 1.4.3 packaging 19.2 pyparsing 2.4.4 six 1.13.0 tornado 6.0.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Could you please update
example/server.py
for the latest python environment?Otherwise, the following error occurred:
The text was updated successfully, but these errors were encountered: