You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've found that it's possible to mix PythonQt code with PyQt code but you can get crashes due to the python global interpreter lock. A patch like this seems to resolve the issue: