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
Via @dipplestix
listen() fails on win32:
listen()
Traceback (most recent call last): File "examples/tour.py", line 204, in <module> listen('/tour', main) File "C:\Users\Chris\Downloads\qd-0.1.4-windows-amd64\venv\lib\site-packages\h2o_q\server.py", line 192, in listen el.add_signal_handler(signal.SIGINT, stop_server.set_result, None) File "C:\Users\Chris\Anaconda3\lib\asyncio\events.py", line 540, in add_signal_handler raise NotImplementedError NotImplementedError
Notes python/asyncio#407 SO
The text was updated successfully, but these errors were encountered:
Add extension to windows executable #47
7c1a67f
Shouldn't happen from 0.9+ since the uvicorn migration.
Sorry, something went wrong.
lo5
No branches or pull requests
Via @dipplestix
listen()
fails on win32:Notes
python/asyncio#407
SO
The text was updated successfully, but these errors were encountered: