From bc1b5f24a0517e6c357de2d3cc729a265a227745 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:58:29 +0200 Subject: [PATCH] Add more information in error output from pkgutils --- pkgutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgutils.py b/pkgutils.py index 840ffef7..99f77521 100755 --- a/pkgutils.py +++ b/pkgutils.py @@ -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("")