Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.14.0
-
None
-
Windows 10 with Python 3.8 and PySide2 v5.14.0
-
-
5af73cd9db52da287070cede300295b90f7ced67 (qt/qtbase/5.14)
Description
Steps to reproduce:
- Launch the example
- Change state a few times
- Close window
Expected: Example closes
Actual: Example hangs
Closing the example window doesn't signal the interpreter process, which keeps waiting for the signal. I'm not sure if this is related to the rc file so I tried regenerating it based on the pyside2-rcc shipped with 5.14. Now I get:
**SyntaxError: EOL while scanning string literal