After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565083 - TabError: inconsistent use of tabs and spaces in indentation
TabError: inconsistent use of tabs and spaces in indentation
Status: RESOLVED DUPLICATE of bug 569350
Product: pygobject
Classification: Bindings
Component: general
Git master
Other All
: Normal critical
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-19 10:06 UTC by Mark Trompell
Modified: 2009-01-28 00:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Mark Trompell 2008-12-19 10:06:48 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):
  • File "/usr/bin/soundconverter", line 43 in ?
    import pygtk
  • File "/usr/lib/python2.4/site-packages/pygtk.py", line 41
    dir = os.getcwd()

Other information:
pygtk.py has mixed up tabs and spaces in lines 41, 61 and 62
Comment 1 Gian Mario Tagliaretti 2009-01-28 00:04:47 UTC

*** This bug has been marked as a duplicate of 569350 ***