[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 = open('file.txt')]

I have tried opening as 'r' and 'w', with no luck.

Also, sometimes I do not get an error, but when I go to read the list, it is 
empty ''.

--
components: Windows
messages: 351300
nosy: Sean Frazier, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: open('file.txt') path not found
type: resource usage
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue38050>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue38050>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com