[issue38050] open('file.txt') path not found

2019-09-07 Thread Sean Frazier
Sean Frazier added the comment: If you are running a program and an the program crashes, then doesn't work properly afterward, what would you call that? -- ___ Python tracker <https://bugs.python.org/is

[issue38050] open('file.txt') path not found

2019-09-07 Thread Sean Frazier
New submission from Sean Frazier : I am running a problem in 'Think Python' and was having no issues with: fin = open('words.txt') Then when I was working with the reference file, running a function, my IDLE crashed and is no longer able to locate files using [var =