Hi @Oscar_Gonzalez ,
Seems like you have a problem in the configuration. Have you installed Python and added the Python to the PATH system variable as described in the requirements?
Also check that you have set up a venv folder correctly:
python -m virtualenv "C:\PythonEnv_ElectroNeek""C:\PythonEnv_ElectroNeek\Scripts\activate"pip install docxtpl
You can try to use the next project as an example as it works correct - PythonTest.zip (2.5 KB)