-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'str' does not support the buffer interface #100
Labels
Comments
Which distro you're using ? |
I'm using xubuntu 15.04 |
Add this after the line 59 |
still got same error b''
Traceback (most recent call last):
File "script.py", line 462, in <module>
if detect_de() in ("pantheon", "xfce"):
File "script.py", line 61, in detect_de
if " = \"xfce4\"" in out:
TypeError: 'str' does not support the buffer interface |
Should be fixed now, @aditiapratama please try again |
Sorry, for delay, yes it's already fixed. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've updated to the recent version, and when I try to run it, I've got following error
The text was updated successfully, but these errors were encountered: