JeffHoogland / qAndora

Pandora player written in Python and QT that uses VLC as a streaming backend
Other
16 stars 2 forks source link

Error from pthyon when loaded. #17

Closed ShapeShifter499 closed 9 years ago

ShapeShifter499 commented 9 years ago

When I tried loading this I got this error. I don't know much programing so I'm not sure why this happens.

[lance@Arch-chromebook qAndora]$ python qAndora.py
  File "qAndora.py", line 323
    if self.albumartpath == 'images/albumart.png': 
                                                  ^
TabError: inconsistent use of tabs and spaces in indentation
[lance@Arch-chromebook qAndora]$
JeffHoogland commented 9 years ago

Can't reproduce this here on Ubuntu 14.04. Fresh git clone and running with python: http://i.imgur.com/y7FGZQa.png

Can you try running the application with python 2 and see if that works? I know python 3 is the default in arch.

JasonLG1979 commented 9 years ago

I get the exact same error message if I try to run qAndora with python 3. So I'm going to say this bug is invalid, and run qAndora with python 2.