DEV Community

personic75
personic75

Posted on

Getting error

File "", line 1
scrapy crawl email_ex -o emails.csv
^
SyntaxError: invalid syntax

Top comments (3)

Collapse
 
mellen profile image
Matt Ellen

what version of python are you using?

Collapse
 
personic75 profile image
personic75

using latest version of python

Collapse
 
mellen profile image
Matt Ellen

it's unlikely the bug is in scrapy or python. it's probably in your spider. what is the code in your spider?