Re: .bat file trouble.

2015-09-20 Thread Ian Kelly
On Fri, Sep 18, 2015 at 7:45 AM, Christian Gollwitzer wrote: > The first error indicates, that you are running Python 3, and the script was > made for Python 2. In Python 3, print is a function so you need parentheses > around that print("Initializing...") - either fix that > or install Python 2.

Re: .bat file trouble.

2015-09-20 Thread eryksun
On 9/18/15, Christian Gollwitzer wrote: > Am 18.09.15 um 11:06 schrieb bobert...@googlemail.com: > >> 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. > > Concerning that, w

Re: .bat file trouble.

2015-09-18 Thread Christian Gollwitzer
Am 18.09.15 um 11:06 schrieb bobert...@googlemail.com: 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:/

Re: .bat file trouble.

2015-09-18 Thread Steven D'Aprano
On Fri, 18 Sep 2015 07:06 pm, bobert...@googlemail.com wrote: > 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 > understan

.bat file trouble.

2015-09-18 Thread bobertini--- via Python-list
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 original