GNOME Bugzilla – Bug 565083
TabError: inconsistent use of tabs and spaces in indentation
Last modified: 2009-01-28 00:04:47 UTC
Steps to reproduce: 1. Run soundconverter or anything that ends up in that pygtk codepath. 2. 3. Stack trace: $ soundconverter SoundConverter 1.3.2 Traceback (most recent call last):
+ Trace 210947
import pygtk
dir = os.getcwd()
Other information: pygtk.py has mixed up tabs and spaces in lines 41, 61 and 62
*** This bug has been marked as a duplicate of 569350 ***