RedditImageGrab icon indicating copy to clipboard operation
RedditImageGrab copied to clipboard

Doesn't work in windows 10, python ver. 3.6

Open vizakenjaro opened this issue 7 years ago • 1 comments

In command line, I typed: python C:\Users\Admin\Desktop\RedditImageGrab-master\redditdl.py

Got:

Traceback (most recent call last): File "C:\Users\Admin\Desktop\RedditImageGrab-master\redditdl.py", line 10, in from redditdownload.redditdownload import main File "C:\Users\Admin\Desktop\RedditImageGrab-master\redditdownload\redditdownload.py", line 8, in import StringIO ModuleNotFoundError: No module named 'StringIO'

Consequently, it doesn't work with any arguments, e.g.:

python C:\Users\Admin\Desktop\RedditImageGrab-master\redditdl.py animegifs --sort-type topweek --mirror-gfycat

vizakenjaro avatar Feb 22 '18 20:02 vizakenjaro

you may want to test @jtara1 fork, which handle only python3 https://github.com/jtara1/RedditImageGrab

rachmadaniHaryono avatar Feb 22 '18 20:02 rachmadaniHaryono