From 8bb5661612b95d354a8fe7f7c1fed6db0510de32 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Tue, 6 Jul 2021 21:26:15 +0200 Subject: [PATCH] debug build.py --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 6dbb4e5..ee3a801 100644 --- a/build.py +++ b/build.py @@ -16,6 +16,7 @@ def datapath(src, dest): return os.path.join(*src) + os.pathsep + os.path.join(*dest) +import os; print(sorted(os.listdir(get_python_lib()))) pyqt_dir = os.path.join(get_python_lib(), 'PyQt6', 'Qt6') appname = f'{constants.APPNAME}-{constants.VERSION}'