Today suddenly 'Edit with IDLE' option is gone from context menu. I tried so many things on Regedit keys, not worked. So I downloaded Sublime Text.
First I couldn't even run print("hello")
in sublime text, it threw SystemError: Parent module '' not loaded, cannot perform relative import
. I deleted Python and re-installed it.
That problem is still occuring, but right now I have another problem on Sublime text. I opened a script (that working perfectly without any error) with Sublime Text for editing. First of all, input()
is not working. When I run the script on Sublime Text, I see input line but that's all. It's like Sublime Text prints only the input, not taking data or anything happens after then. I don't know why.
Second problem is, weirdly it raises TabError
for EVERY line in the script.
As you see in the picture, break
is excatly on the same line with print
and time.sleep()
. I tried everything and still no solution.
How can I fix this nonsense TabError?
How can I fix input()
issue? (I downloaded sublimeRepl but it's not working, there is no option 'Edit with SublimeRepl' or else)
After all, why Edit with IDLE
option is gone suddenly and not coming back?
I have tons of scripts and I can't even open a single one. I can't edit anything. Can't run anything.