From b20481140cea64e4b2c7e8b91fd4534dd8e1674a Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Sun, 3 Dec 2023 19:49:46 +0100 Subject: [PATCH] fixed package-Issue in prebuild-Script --- Software/build_dtcs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/build_dtcs.py b/Software/build_dtcs.py index b04e73b..e09672f 100644 --- a/Software/build_dtcs.py +++ b/Software/build_dtcs.py @@ -1,3 +1,6 @@ +Import("env") # pylint: disable=undefined-variable +env.Execute("\"$PYTHONEXE\" -m pip install jinja2") + import os import time from jinja2 import Environment, FileSystemLoader