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:
Are you sure this is enough so that you can really use both PythonQt and PyQt in the same session? Do they end up being two complementary ways to talk to the same Qt objects?
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:
patmarion@4abd4df
Has anyone done something similar?
The text was updated successfully, but these errors were encountered: