Using API of pydelicious in Python

218 Views Asked by At

I'm reading, and trying the exercises in Programming Collective Intelligence, from O'reilly. And in chapter two it's to work with pydelicicous API, and I follow the instruction to get it, but when I run the setup.py file, the following error appears:

File ".../pydelicious-0.7/setup.py", line 6, in <module> import pydelicious
File ".../pydelicious-0.7/pydelicious/__init__.py", line 228

raise PyDeliciousUnauthorized, "Check credentials."
                             ^
SyntaxError: invalid syntax

I wonder if this is because the book is quite old, and this API is out of use, or I'm doing something wrong... If someone could help me I would be very grateful, since it's not very useful to follow the book without trying the code.

I'm using python 3.6 and the link for the API is: https://code.google.com/archive/p/pydelicious/source

0

There are 0 best solutions below