This example code
paginator = Paginator(api.get, 'trends.listThreads', forum='disqus')
for result in paginator:
    print result
throws the error mentioned in the title.
Probably a little bit of update in the README file would help, I am sure it is outdated, as I have seen in another issue thread.