11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSlot, QProcess, QTimer |
13 from PyQt6.QtCore import pyqtSlot, QProcess, QTimer |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
15 |
15 |
16 from EricWidgets import EricMessageBox |
16 from eric7 import Preferences |
|
17 from eric7.EricWidgets import EricMessageBox |
17 |
18 |
18 from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog |
19 from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog |
19 |
|
20 import Preferences |
|
21 |
20 |
22 |
21 |
23 class PyInstallerExecDialog(QDialog, Ui_PyInstallerExecDialog): |
22 class PyInstallerExecDialog(QDialog, Ui_PyInstallerExecDialog): |
24 """ |
23 """ |
25 Class implementing a dialog to show the output of the |
24 Class implementing a dialog to show the output of the |