Is there a way for me to run a python script from the command?
I get the following error
Code:
# python test2.py
Traceback (most recent call last):
File "test2.py", line 31, in <module>
Main()
File "test2.py", line 8, in Main
crt.Screen.Synchronous = True
NameError: global name 'crt' is not defined