-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error when running #27
Comments
You need to install python xlib |
Thanks!
|
FWIW, I got a similar error and installing feh got me further along. |
I get this error when I run
./reddit-background
Traceback (most recent call last):
File "./reddit-background", line 791, in
main()
File "./reddit-background", line 762, in main
desktops = _get_desktops_with_defaults()
File "./reddit-background", line 470, in _get_desktops_with_defaults
for num, res in enumerate(_OS_HANDLER.get_desktop_resolutions(), start=1):
File "./reddit-background", line 206, in get_desktop_resolutions
import Xlib.display
ImportError: No module named Xlib.display
The text was updated successfully, but these errors were encountered: