From b6b0a54d9f70e611ecdb69ecdbcee85ac27db0e5 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 20 Jul 2011 01:31:36 -0300 Subject: [PATCH] removed FAQ entry --- docs/faq.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 57d1a35e7..1e969af69 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -245,9 +245,3 @@ How can I instruct a spider to stop itself? Raise the :exc:`~scrapy.exceptions.CloseSpider` exception from a callback. For more info see: :exc:`~scrapy.exceptions.CloseSpider`. - -I'm getting a `OSError: [Errno 4] Interrupted system call` on ``scrapy deploy`` -------------------------------------------------------------------------------- - -This only appears to happen on Mac OS X and Python 2.5. Upgrading to Python 2.6 -(or above) is known to fix the issue.