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
Backport PR ipython#2757: check for complete pyside presence before trying to import
importing pyside partially and then falling back to pyqt causes a crash
in sip (see ipythongh-1431)
To avoid it try to locate all modules before the import and should that
fail print a warning.
debian splits pyside into many small packages so sometimes people end up with incomplete pyside installations.
0 commit comments