Scrapy:没有名为test_1.items的模块

时间:2014-06-19 11:33:23

标签: python-2.7 scrapy web-crawler

我尝试使用带有from test_1.items import Items的.items文件中的导入项目,我不断获得名为test_1.items的#34; No模块"错误。我的结构是

test_1/
test_1/test_2/
test_1/scrapy.cfg

test_1/test_2/spiders/
test_1/test_2/ __init__.py
test_1/test_2/items.py
test_1/test_2/pipelines.py
test_1/test_2/settings.py

test_1/test_2/spiders/ __init__.py
test_1/test_2/spiders/today_spider.py
在修改items.py文件并获得ImportError: No module named...此错误后,我在today_spider中进行编码。如你所见,我试图改变鬃毛不相同。我也尝试用__future__ import absolute_import启动today_spider。任何建议?

为你的时间付出了很多努力

0 个答案:

没有答案