I wrote a few python programs on Idle in Windows. I later shifted to gedit on Ubuntu 14.04. Both have python3 working.
I edited these files in gedit.
When I run these files, I get
'TabError: inconsistent use of tabs and spaces in indentation'
error, even when VISUALLY, there is no inconsistent tabbing or indentation done.
[Seemingly, on Windows' Idle the tabs are 4-spaces wide, whereas in gedit, the tabs currently are 8-spaces wide. So, I couldn't use TAB
directly.]
How to resolve this error and the issue? Any solutions?