GNOME Bugzilla – Bug 358732
Tabs in examples may cause byte-compilation to fail
Last modified: 2006-10-20 09:28:18 UTC
Hi, 12:05 < lool> hi there, would someone be so kind to expand the tabs in examples/bps.py and examples/vorbisplay.py in gst-python? 12:06 < lool> it makes byte-compilation fail in some cases 12:08 < __tim> lool: probably best to just file a bug with it being sunday morning and all :) Please expand the tabs as it can cause the byte compilation to fail. Bye,
The problem isn't that tabs are used for indentation; the problem is that a mixture of tabs and spaces are used. Using tabs throughout does not cause problems. My patch in bug #362011 fixes this.
*** This bug has been marked as a duplicate of 362011 ***