mirror of https://github.com/scrapy/scrapy.git
added FAQ entry about scrapy deploy issue on Mac + Python 2.5
This commit is contained in:
parent
75e2c3eb33
commit
e3f640c7bf
|
|
@ -245,3 +245,9 @@ 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue