Thu, 11 Jan 2024 22:13:39 +0100
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__":