ssimunic / Daily-Reddit-Wallpaper

Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup
http://ssimunic.github.io/Daily-Reddit-Wallpaper/
GNU General Public License v3.0
306 stars 51 forks source link

Updated to support both Python 2 and 3 ConfigParser #13

Closed yeonsh closed 8 years ago

yeonsh commented 8 years ago

Tested on both versions.

ssimunic commented 8 years ago

I'm getting this error on Python 2.7.x now

Traceback (most recent call last):
  File "/home/silvio/Projects/Daily-Reddit-Wallpaper/change_wallpaper_reddit.py", line 13, in <module>
    from configparser import ConfigParser
ImportError: No module named configparser

For Python 3 it works tho

yeonsh commented 8 years ago

Thanks for letting me know. I missed updating requirements.txt. Need 'future' to work on both versions. Pull request updated.