I am getting this error when I try to execute main.py, any suggestions? Traceback (most recent call last): File "main.py", line 30, in <module> except (FileNotFoundError, IOError): NameError: name 'FileNotFoundError' is not defined
I am getting this error when I try to execute main.py, any suggestions?
Traceback (most recent call last):
File "main.py", line 30, in
except (FileNotFoundError, IOError):
NameError: name 'FileNotFoundError' is not defined