Moved some package checks into the main function so we can pop an error dialog for non-command line users.

This commit is contained in:
Veronica K. B. Olsen
2020-05-15 23:40:20 +02:00
parent a8bd8e63d5
commit 5d7dfd3cea
2 changed files with 39 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ from time import time
from PyQt5.Qt import PYQT_VERSION_STR
from PyQt5.QtCore import QT_VERSION_STR, QStandardPaths, QSysInfo
from PyQt5.QtWidgets import QErrorMessage
from nw.constants import nwFiles, nwUnicode
from nw.common import splitVersionNumber, formatTimeStamp