--- a/PyInstallerInterface/PyInstallerExecDialog.py Tue Oct 25 08:57:22 2022 +0200 +++ b/PyInstallerInterface/PyInstallerExecDialog.py Wed Dec 21 09:11:59 2022 +0100 @@ -10,8 +10,8 @@ import os -from PyQt6.QtCore import pyqtSlot, QProcess, QTimer -from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton +from PyQt6.QtCore import QProcess, QTimer, pyqtSlot +from PyQt6.QtWidgets import QAbstractButton, QDialog, QDialogButtonBox from eric7 import Preferences from eric7.EricWidgets import EricMessageBox