econchick / econchick/new-coder
scrapy tutorial - add step for creating __init__.py
Open
- Dominant language
- CSS
- Stars
- 591
- Forks
- 378
- PR merge metrics
- No merged PRs in 30d
Description
After going through the tutorial and trying to run the scraper, I was getting "unable to import" errors on the config file (no module with name scraper_app.settings). finally, I found that I needed an **init**.py in the scraper_app (and subsequently, upon another error, also in spiders directory). I am still investigating that issue for myself but am thinking those should be in the tutorial.
Contributor guide
Assessment
This issue has not been assessed yet.