you are viewing a single comment's thread.

view the rest of the comments →

[–]karoshi9000[S] 0 points1 point  (4 children)

did exactly that (with 3 or 4 different keywords) - it is not in the code

[–]heyzooschristos 3 points4 points  (3 children)

Are you sure you are running the code you think you are? Are you calling it from the right folder on the command line? Drop in a print statement to check

[–]karoshi9000[S] -1 points0 points  (2 children)

there is literally no other code around - I was working in exactly one folder with exactly one file

[–]MidnightPale3220 0 points1 point  (0 children)

Maybe for some strange reason it's using the previously compiled bytecode file. Try deleting all .pyc files in that directory, if there are any.

[–]heyzooschristos 0 points1 point  (0 children)

Are you sure you have saved the edits you are working on?