Skip to content

Instantly share code, notes, and snippets.

@quanticle
Created February 28, 2011 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quanticle/846884 to your computer and use it in GitHub Desktop.
Save quanticle/846884 to your computer and use it in GitHub Desktop.
set_wallpaper error
File "set_wallpaper.py", line 112, in <module>
db['size'] = get_resolution()
File "set_wallpaper.py", line 67, in get_resolution
out = Popen(['xrandr'], stdout=PIPE, stderr=PIPE).communicate()[0]
File "C:\Python27\lib\subprocess.py", line 672, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 882, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment