I\'m trying to create an application in Python 3.2 and I use tabs all the time for indentation, but even the editor changes some of them into spaces and then print out \"inc
I had this problem. Solution: your 'tab' before the problem line is spaces, 4, 6, or 8 spaces. You should erase them and insert TAB. '\t'. That's all.