Re: IDLE has suddenly become FAWLTY - so should I be hitting it with a big stick, or what?

2014-12-23 Thread pypythotho
'python -m idlelib' gave me information about a file, ntpath.py, that I've edited before with notepad++. This file has been rewritten with a tab instead of 4 paces. The command suggested by Terry displayed an explicit message about wrong indentation. This error fixed, IDLE run again like a charm

Re: IDLE has suddenly become FAWLTY - so should I be hitting it with a big stick, or what?

2014-12-23 Thread pypythotho
In Command Prompt, 'python -m idlelib' helped me to dicover the problem source. An explicit message told that an indentation was insconsistant in the file ntpath.py I modified previously with notepad++. I replaced a tab by 4 spaces and IDLE run again like a charm. -- https://mail.python.org/m