我在CentOS上使用scrapy,在virtualenwrapper下使用python 2.7.3,当我启动一个蜘蛛时发生错误TypeError: object.__new__(thread.lock) is not safe, use thread.lock.__new__()
答案 0 :(得分:0)
我有
import pymongo
client = pymongo.MongoClient(DB_URL)
在settings.py中,将其移至pipelines.py。然后蜘蛛工作。 更多详情http://pastebin.com/1uE82mZQ