- Joined
- May 11, 2016
- Messages
- 34
- Reaction score
- 0
I am entering into the mysteries of Python. I downloaded IDLE as an IDE. I am particularly interested in reading files, set up a small test file, and started trying in the shell. The file and IDLE.app are in the same folder, but when I type in f = open("entity_list.txt"), I get an "unable to find file" message.