Hi, I have two files called module_scripts.py and build_q_scripts.bat.
The problem being that when I go to run the bat file it produces a few errors which neither myself or the original owner of the files could understand. Errors: https://gyazo.com/c680f0d70cefe855c21ab0882d7c17b7 We originally thought that it was because it was missing the files: process_init.py and process_global_variables.py however they are right there in the same directory. File contents for the bat file: @echo off python process_init.py python process_global_variables.py python process_scripts.py @del *.pyc echo. echo ______________________________ echo. echo Script processing has ended. echo Press any key to exit. . . pause>nul If there is anyone with any idea how to fix it I'd love you forever :) -- https://mail.python.org/mailman/listinfo/python-list