-
Notifications
You must be signed in to change notification settings - Fork 5
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
Python crashes if too many plotWindow() have been opened #7
Comments
Can you provide a minimal repro script? |
Sure! This crashes before the 3rd window is opened.
|
Hi @jsjax, did you have a chance to look at this issue? |
Issue posted on stackoverflow. |
davidpagnon
added a commit
to davidpagnon/plotWindow
that referenced
this issue
Sep 17, 2024
Fixed almost a full year later, by slightly changing the class plotWindow(). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for this wrapper, it is quite useful.
When I open (and then close) a certain amount of plotWindow(), python crashes with error
QGuiApplication::font(): no QGuiApplication instance and no application font set.
I know very little about PyQt5, and everything I tried did not work. Would you be able to provide this fix?
Thanks in advance.
The text was updated successfully, but these errors were encountered: