0

I'm getting this error when trying to run scrapy. I can't seem to find a way to fix it.

"SyntaxError: Non-ASCII character"

This is because of the € character i have here.

 if item['Price'] == ['50,00 €', '100,00 €']:

When I put code = utf-8 in my settings.py, I get this error

NameError: name 'utf8' is not defined
user5616520
  • 91
  • 2
  • 13

0 Answers0