wgranados / qbot

chat bot made in Python 3
Other
1 stars 2 forks source link

pyimgur compatibility issue #7

Closed wgranados closed 7 years ago

wgranados commented 8 years ago

Note, that this issue will ALWAYS occur during startup because the pyimgur module available on pip has not been updated with the one available on github.

In order to fix this you will have to directly edit the offending file, specifically changing the following: from urlib import parse to from urllib.parse import parse. The program should run perfectly afterwards, assuming you've followed the rest of the guide.

wgranados commented 7 years ago

fixed during on of the previous updates of the pyimgur package.