The turtorial calls for you to import Base spider by using the
command, "from scrapy.spider import BaseSpider." I run this and I keep
geting the error
Traceback (most recent call last):
File "D:\Python Documents\dmoz\stackexchange\stackexchange\spiders
\stackexchange_spider.py", line 1, in <module>
from scrapy.spider import BaseSpider
ImportError: No module named scrapy.spider
It cant find the module I am trying to Import.I have looked through
the files on my computer and I cannot find them either. I know i have
the path and class path right, they are set to python26\scripts, and I
am pretty sure that I downloaded everything the install guide said.
Also, when i try to run it in command prompt i get the error " Could
not fine spider for the domain:
dmoz.org"
Any ideas?
Kristin
--
You received this message because you are subscribed to the Google Groups "scrapy-users" group.
To post to this group, send email to
scrapy...@googlegroups.com.
To unsubscribe from this group, send email to
scrapy-users...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/scrapy-users?hl=en.