--- a/src/eric7/Globals/__init__.py Tue Sep 27 14:58:59 2022 +0200 +++ b/src/eric7/Globals/__init__.py Tue Sep 27 14:59:32 2022 +0200 @@ -393,8 +393,8 @@ if not binPath: binPath = ( QLibraryInfo.path(QLibraryInfo.LibraryPath.LibraryExecutablesPath) - if libexec else - QLibraryInfo.path(QLibraryInfo.LibraryPath.BinariesPath) + if libexec + else QLibraryInfo.path(QLibraryInfo.LibraryPath.BinariesPath) ) # step 4: determine from used Python interpreter (designer is test object)