Hi I have never used python and I am trying to run session_eval_main.py file that processes 3 text files and outputs the result. but when I try to run it in the interpreter I get the following error:
Traceback <most recent call last>:
File "<stdin>", line 1, in <module>
NameError: name 'session_eval_main' is not defined
Can anyone help me here.
Thanks
python session_eval_main.pyin a command prompt or similar... It looks like you're trying to type the name of the script intoIDLEor some other editor...