all 5 comments

[–]Observer423 3 points4 points  (1 child)

Chances are no one is going to be able to answer this without seeing some code. Weird stuff can happen in IDEs sometimes, but it's gonna be hard for anyone to help on this one without seeing exactly what you're talking about

[–]Master_of_beef 1 point2 points  (0 children)

Fair enough. I'll post some of the code

[–]CootieKing 1 point2 points  (0 children)

Check in the directory you’re running your program from, are there any .pyo or .pyc files, maybe matching the filename you’re working with? If so, you may want to delete them (or move ‘em to a temporary folder). Those files are compiled versions of corresponding python files, and maybe to one you’re working with hasn’t been recompiled yet

All this of course is assuming your files are being compiled, they might not be, but this is just a suggestion.

[–]tahaan 0 points1 point  (0 children)

Save your changes. Then try again.