Topic: https://brettterpstra.com/2013/08/09/searchlink-1-dot-6-update/

Comments

hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!

robertirish 12y, 207d ago

Hi Brett,

I am trying to adapt Philip Lundrigan's Python port of SearchLink to run in Pythonista (as sadly, Editorial is not yet available on the iPhone). I have adjusted the script but Pythonista is returning the following error for each of the different kinds of searches on this line:

response = requests.request('GET',url).json

returns:

TypeError: 'dict' object is not callable

Any ideas about this? I'm not good enough with Python to understand why it chokes on that line.

Cheers,

Robert

hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!