I do not know much about programming (I'm just a student) but when I call loopertrx, it shows this:
elber@deep-thought:~/Downloads/loopertrx-master$ ./loopertrx.py Traceback (most recent call last): File "./loopertrx.py", line 173, in <module> class Gui(Frame): NameError: name 'Frame' is not defined elber@deep-thought:~/Downloads/loopertrx-master$ python loopertrx.py File "loopertrx.py", line 239 print(msg, end='', flush=True) ^ SyntaxError: invalid syntax elber@deep-thought:~/Downloads/loopertrx-master$
Is there something I'm doing wrong?
I read that to execute the file would have to give chmod permission
I do not know much about programming (I'm just a student) but when I call loopertrx, it shows this:
elber@deep-thought:~/Downloads/loopertrx-master$ ./loopertrx.py Traceback (most recent call last): File "./loopertrx.py", line 173, in <module> class Gui(Frame): NameError: name 'Frame' is not defined elber@deep-thought:~/Downloads/loopertrx-master$ python loopertrx.py File "loopertrx.py", line 239 print(msg, end='', flush=True) ^ SyntaxError: invalid syntax elber@deep-thought:~/Downloads/loopertrx-master$Is there something I'm doing wrong?
I read that to execute the file would have to give chmod permission