Starting Twisted.internet.reactor in python -


I'm trying to run a spider (written in scrap framework) to run with Python script instead of command line tool . Scrap is written on twisted internet framework, which has a reactor, which can not be restarted during the process. Me the spider_cloud signal & amp; reactor has been stopped . This gives me the following error message:

  twisted.internet.error.ReactorNotRestartable   

My question is "how do i start twisted.internet .reactor ? "

I'm still not able to run my spider with the command line tool.

Instead of knowing how to reactivate the reactor, stops to the first place.

Comments

Popular posts from this blog

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -