Spider Generation Using Scrapy, Spider Generation Error
I just downloaded Scrapy (web crawler) on Windows 32 and just created a new project folder using scrapy -ctl.py startproject dmoz command in dos. Then I proceeded to create the first spider using the command:
scrapy-ctl.py genspider myspider myspdier-domain.com
but it doesn't work and returns an error:
Error running: scrapy-ctl.py genspider, Cannot find project settings module in python path: scrapy_settings.
I know I have the correct path (to python26 / scripts), but I am having a hard time figuring out what the problem is. I'm new to both scrapy and python, so there's a good chance I did something important.
Also, I am using eclipse with the Pydev plugin to edit the code in case that might cause some problems.
a source to share