0
Since I switched from IDE ( moved from Pycharm to Geany ), I started having a lot of problems with the error: "inconsistent use of tabs and Spaces in indentation".
I would like to know a way to solve this constant problem, use only tab for indentation, no spaces or anything else.
Put exactly what gives trouble for us to see, surely is mixing things up. In Python it ends up being better to use spaces, unless the person is disciplined and knows well how to find the problem when it occurs, which is not your case.
– Maniero
Can you see which characters are tabs and which are spaces or they all appear invisible to you?
– Victor Stafusa
Victor - All appear invisible.
– Teiji_W
Maniero - https://pastebin.com/1RSwLR2h
– Teiji_W
You said you only use tab, only almost everything is with space. Just from the converted Pastebin
– Maniero
As I see if they are spaces or tabs?
– Teiji_W
Virtually every good IDE has the option to show "invisible characters" (for example, showing spaces like centered dots and tabs like arrows). Enabling this option can help identify and resolve the problem.
– Bacco