UChicago-Coase-Sandor / pacer_lib

http://pacer-lib.readthedocs.org/
9 stars 11 forks source link

Trouble running first line of code #20

Open rgpihlstrom opened 3 years ago

rgpihlstrom commented 3 years ago

Hello there ! I am new to python and the pacer data! Came across this library and it looks great! however cant get past the first line of code in tutorial

"from pacer_lib.scraper import search_agent()"

I have installed the library but keep getting error. Any tips?

image

error =

File "", line 1 from pacer_lib.scraper import search_agent() ^ SyntaxError: invalid syntax