Export to GitHub

voximp - issue #7

inconsistent use of tabs and spaces in indentation


Posted on Oct 8, 2011 by Grumpy Elephant

When I lunch the voximp command from terminal I get this error:

File "/usr/bin/voximp", line 51 self.pipeline.set_state(gst.STATE_PLAYING) ^ TabError: inconsistent use of tabs and spaces in indentation

I'm on Arch Linux and I installed it from AUR.

Comment #1

Posted on Mar 22, 2013 by Quick Lion

You're running as Python 3, I would change the top of voximp.py to

!/usr/bin/env python2

Status: New

Labels:
Type-Defect Priority-Medium