Browse Source
previously, if GUI-related imports raised, the GUI would not start but the process would not exit (e.g. asyncio event loop would go on) Traceback (most recent call last): File "...\electrum\electrum\daemon.py", line 517, in run_gui gui = __import__('electrum.gui.' + gui_name, fromlist=['electrum']) File "...\electrum\electrum\gui\qt\__init__.py", line 39, in <module> from PyQt5.QtGui import QGuiApplication ImportError: DLL load failed while importing QtGui: The specified module could not be found.hard-fail-on-bad-server-string
SomberNight
5 years ago
2 changed files with 13 additions and 6 deletions
Loading…
Reference in new issue