Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Inconsistent indentation #15

Open
BigMan200 opened this issue Jan 7, 2017 · 2 comments
Open

Inconsistent indentation #15

BigMan200 opened this issue Jan 7, 2017 · 2 comments

Comments

@BigMan200
Copy link

Hi,
1st of all: thanks to the contributors for this great module.
Although I am pretty new to python, I had following issue:

I installed PyLMS under Python3.6. My application gave me following error-message:
File "/usr/lib/python3.6/site-packages/pylms/player.py", line 607 self.request("sync -") ^ TabError: inconsistent use of tabs and spaces in indentation

Not a big deal. When I opened the file player.py with an editor I could see, that usually blank-spaces where used for indentation. But in line 607 it was a tab. All what I had to do was to change the indentation from tab to blank-spaces and the issue was fixed.

@heiderich
Copy link

heiderich commented Jul 1, 2017

I also experience this issue with python3.4. This was fixed in commit 57528ae.

@thisoldgeek
Copy link

I'm still getting this issue with python 3.5 using pip3 to install. I used bigman2000's fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants