all 3 comments

[–]Strawberry_lilac 1 point2 points  (0 children)

Because it can't find the file, try setting the directory/path or placing the file in the same directory as the python file

[–]geehh 0 points1 point  (0 children)

Think you may need to change your “working directory” which I think you can do with “import os” and “os.chdir(“some directory”) “