Matthew Bird
Results
1
comments of
Matthew Bird
I just copied the total contents of rottentomatoes.py into __init__.py and then changed this: from urllibimport urlencode to this: from urllib.parse import urlencode in both files. Then the install worked...