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
Improved error messaging on missing DLLs when importing Qt.py.
# Before
Qt.py [warning]: ImportError: DLL load failed: The specified module could not be found.
# After
Qt.py [warning]: ImportError(QtXmlPatterns): DLL load failed: The specified module could not be found.