I used the command scrapy startproject tutorial
in cmd
, and it creates some files, but these files can not be opened by IDLE. It hints that:
The file's encoding is invalid for Python 3.x.
IDLE will convert it to UTF-8.
What's the current encoding of the file?
Here's a screenshot:
What's the reason and how to solve it?