Scrapy,教程上的问题

时间:2013-12-28 03:11:47

标签: python macos python-2.7 twisted scrapy

我一直试图绕过Scrapy。

我之前在我的mac(OSX 10.8.5)上安装了python 2.7,所以我安装了pip,scrapy,lxml和twisted(我通过dmg文件手动完成了最后一个)。

我尝试运行scrapy startproject tutorial但没有成功我只得到:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/scrapy", line 3, in <module>
    from scrapy.cmdline import execute
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scrapy/__init__.py", line 43, in <module>
    from twisted import version as _txv
ImportError: No module named twisted

现在我环顾四个小时似乎无法找到问题所在,所以我想我会在这里给出一个镜头,有什么建议吗?

PJ

2 个答案:

答案 0 :(得分:1)

might be better off设置了virtualenv并用pip进行扭曲安装。

答案 1 :(得分:0)

得到了同样的错误。如果您手动安装扭曲,然后卸载scrappy和

,则可以正常工作
reinstall
pip install twisted
pip uninstall scrapy
pip install scrapy