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
script.py
from vpython import * b = box()
python script.py
Ctrl-C
Ctrl-D
The text was updated successfully, but these errors were encountered:
Thanks for the report. I note that there is a workaround, which is that if you kill the browser, not just the tab, there is a clean exit.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
script.py
:python script.py
on cmd / Powershell on Windows. New tab appears in browser.Ctrl-C
,Ctrl-D
, .. Nothing seems to happen. After few minutes (1? 5? 10?) the script returns to the console.What would be expected
Ctrl-C
exits the process immediately.Versions
The text was updated successfully, but these errors were encountered: