You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: