Fix detection of PySide installations. eric7

Thu, 11 Jan 2024 22:13:39 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 11 Jan 2024 22:13:39 +0100
branch
eric7
changeset 10495
73ec0786d60e
parent 10494
8db0328580d7
child 10496
f9925e08dbce

Fix detection of PySide installations.

src/eric7/SystemUtilities/PySideImporter.py file | annotate | diff | comparison | revisions
--- a/src/eric7/SystemUtilities/PySideImporter.py	Wed Jan 10 10:42:39 2024 +0100
+++ b/src/eric7/SystemUtilities/PySideImporter.py	Thu Jan 11 22:13:39 2024 +0100
@@ -7,7 +7,7 @@
 Module to check for the presence of PySide2/PySide6 by importing it.
 """
 
-import importlib
+import importlib.util
 import sys
 
 if __name__ == "__main__":

eric ide

mercurial