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
If no QT_API is specified, we use the value in rcParams and the
default value for this is PyQt. If a user has PySide installed,
trying to use the qt backend fails, unless QT_API is specified or the
config file is modified. This commit, adds code to try and import
PySide, if an import of PyQt fails.
0 commit comments