This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Qt error message after closing the window #12
Comments
Really no idea? I think I'll find time for it soon, then I'll let you know how to fix it. |
I can confirm this bug—I reproduced this issue both with the RSS Reader example and my own project. |
Great (or, not great, but you know what I mean), @danielgwilson. Do you have any expertise in the pyqt5 stuff? |
Don't know if it is the same, but I got
|
I got this message: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Your code works like a charm out-of-the-box, thank you! Anyway, I think I have discovered a cosmetic defect that does not affect the functionality of the program, but is probably easy to fix. I'm not deep enough into PyQt5 to know exactly what needs to be done, but maybe you can help out?
It must be the part that opens external links in the browser (I checked that):
PyFladesk/pyfladesk/__init__.py
Lines 18 to 33 in 00dbc33
With window stuff you often have to explicitly dispose the widgets before exiting the program. Otherwise it can happen that somewhere else an event listener gets an event and wants to do something, although parts of the program are already gone → segfault. Does this make sense?
When I run your
app.py
in theexamples
folder and close the Qt window again, I get the following error message in the console:Can you reproduce that?
The text was updated successfully, but these errors were encountered: