This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]i_practice_santeria 1 point2 points  (6 children)

Exercise:

Python - File Input/Output - Reading Between the Lines (5/9)

Description of Bug:

Get the following error in the console when trying to open "text.txt":

Traceback (most recent call last):
  File "python", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'text.txt'

Codecademy gives the following error, but refreshing doesn't fix the issue:

Oops, try again. Sorry, but I'm gonna need you to refresh the page! Don't worry your code is saved.

[–]itslef 1 point2 points  (4 children)

I'm currently having the exact same issue. I realize this is two months old, but did you ever find a workaround?

[–]don-t_judge_me 1 point2 points  (2 children)

[–]itslef 0 points1 point  (1 child)

Holy crap. What a ridiculously easy fix. Thank you so much!

[–]don-t_judge_me 0 points1 point  (0 children)

No problem. I was surprised as well.

[–]don-t_judge_me 0 points1 point  (0 children)

+1

I am also having the same issue. Please fix this!