Add more information in error output from pkgutils

This commit is contained in:
Veronica Berglyd Olsen
2023-10-19 02:58:29 +02:00
parent 658953df15
commit bc1b5f24a0
+1
View File
@@ -325,6 +325,7 @@ def buildQtI18nTS(sysArgs):
from PyQt6.lupdate import lupdate
except ImportError:
print("ERROR: This command requires lupdate from PyQt6")
print("On Debian/Ubuntu, install: pyqt6-dev-tools")
sys.exit(1)
print("")