scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
833 stars 162 forks source link

exceptions.AttributeError: 'ScrapyrtCrawlerProcess' object has no attrib ute 'crawl' #17

Closed println2 closed 9 years ago

println2 commented 9 years ago

when i try to run scrapy using scrapyrt i am getting this error please help me error

chekunkov commented 9 years ago

Hello @println2, can you tell me what version of Scrapy is installed in your environment?

println2 commented 9 years ago

scrapy 0.24.4 @chekunkov

chekunkov commented 9 years ago

@println2 Unfortunately ScrapyRT doesn't support latest stable version of Scrapy from PyPI and relies a lot on features available in master branch. Please check recommended Scrapy version in requirements.txt. We don't have plans to add support for Scrapy 0.24 to ScrapyRT as we are expecting new stable version of Scrapy to be available soon.