Error trying to run python script

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:

  1. python -m virtualenv "C:\PythonEnv_ElectroNeek"
  2. "C:\PythonEnv_ElectroNeek\Scripts\activate"
  3. pip install docxtpl

You can try to use the next project as an example as it works correct - PythonTest.zip (2.5 KB)