can't run the launcher and this error occurs
(windows 8.1
removed edain unchained and edain mods before the installation)
the error:
unhandled exeption in script
failed to executescript 'main' due to unhandled exceptions:DLL
load failed while importing QtWidgets: The specified module
could not be found.
Traceback (most recent call last):
File "main.py", line 1, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 450, in exec_module
File "controller\__init__.py", line 1, in <module>
from .launcher import LauncherController
File "PyInstaller\loader\pyimod02_importers.py", line 450, in exec_module
File "controller\launcher.py", line 1, in <module>
from PyQt6.QtWidgets import QApplication, QMainWindow, QTabWidget, QWidget, QVBoxLayout
ImportError: DLL load failed while importing QtWidgets: The specified module could not be found.
Edited by elegost4676, 05 July 2025 - 12:39 PM.