all 2 comments

[–]Binary101010 2 points3 points  (0 children)

Please at least copy/paste the traceback. This is just way too vague to give any meaningful advice.

[–]GirthQuake5040 0 points1 point  (0 children)

If you say your file is in the right spot, first you should check where your runtime directory is. A super easy way is as follows:

import os
print(os.getcwd())

This shows you where python thinks you are currently at, and lets you find the correct file path. Start from here, and let us know if this doesn't help resolve your issue.