-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
[PyROOT, Graphics] Cannot pause pyROOT script with input()
and see canvases
#13744
Comments
I can reproduce problem with |
Reopened b/c of this #13754 |
Seems to be it is not possible to run extra thread in python on Mac in script mode. In web case this leads just to empty web browser. |
Do I understand correctly that this is an old (i.e. <v6.28) issue? Can we then fix it in a patch release of 6.30 rather than blocking 6.30/00 for it? |
Yes, we can, and in my opinion, should. |
Check duplicate issues.
Description
This script used to work, also on MacOS
and allowed to see and interact with the canvas to then end execution upon pressing a key. This results now in a deadlock in master.
Reproducer
ROOT version
master
Installation method
built from sources
Operating system
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: