2013-03-29 83 views

回答

1

工作對我來說:

[email protected]:~$ scrapy shell "http://www.alize.gen.tr/index.php?is=urun_detay&id=37" 
2013-03-28 20:36:39-0600 [scrapy] INFO: Scrapy 0.17.0 started (bot: scrapybot) 
... 
>>> hxs.select("//td[@class='urun_adi']/div/text()").extract() 
[u'\r\nANGORA GOLD'] 
Scrapy您正在使用什麼版本

[email protected]:~$ scrapy version -v 
Scrapy : 0.17.0 
lxml : 2.3.2.0 
libxml2 : 2.7.8 
Twisted : 11.1.0 
Python : 2.7.3 (default, Aug 1 2012, 05:14:39) - [GCC 4.6.3] 
Platform: Linux-3.2.0-39-generic-x86_64-with-Ubuntu-12.04-precise 
+0

Scrapy:0.16.4 LXML:3.1.0.0 的libxml2:2.9.0 扭曲:12.3.0 的Python:2.7.3(默認情況下,2012年4月10日,23時31分26秒)[MSC v.1500 32 bit(Intel)] 平臺:Windows-XP-5.1.2600-SP3 –

+0

我試過使用linux版本,一切正常!謝謝! Scrapy:0.17.0-196-gb0ea457 lxml:2.3.5.0 libxml2:2.8.0 Twisted:12.2.0 Python:2.7.3(默認,2012年9月26日,21:53:58) - [GCC 4.7 .2] 平臺:Linux-3.5.0-17-generic-i686-with-LinuxMint-14-nadia –

+0

Rolando在[用戶列表](https://groups.google.com/d/msg/scrapy -users/ywa6FJleTx4/WD9Tvb3NKOoJ),他有[commit on github](https://github.com/darkrho/scrapy/commit/92d443c7965263f0fa6cd54d9d8446e0c244e059),允許在'crawl'命令中回調。 –

相關問題