8 process. |
8 process. |
9 """ |
9 """ |
10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSlot, QProcess, QTimer |
13 from PyQt6.QtCore import QProcess, QTimer, pyqtSlot |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
14 from PyQt6.QtWidgets import QAbstractButton, QDialog, QDialogButtonBox |
15 |
15 |
16 from eric7 import Preferences |
16 from eric7 import Preferences |
17 from eric7.EricWidgets import EricMessageBox |
17 from eric7.EricWidgets import EricMessageBox |
18 |
18 |
19 from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog |
19 from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog |