I receive this error when I try to open a file The file (what I'm trying to open) is in the same folder as the program I'm trying to open it from; why is it saying no such file or directory?
this is the only part of the code that causes the error
file = open('Egils Saga 1-15.txt', "r")
file.close()
--
https://mail.python.org/mailman/listinfo/python-list
