On Jun 20, 8:56 pm, Pablo Hoffman <
pablohoff...@gmail.com> wrote:
> I never used Eclipse/PyDev (I'm a vim user myself) but it'd be nice if we can
> put together some notes/tips (like those) on how to do Scrapy development in
> Eclipse.
>
> And any ideas for improving development are always welcome. Scrapy (being a
> framework that it is, and not a library) has always taken development
> productivity as one of its goals.
>
>
>
>
>
>
>
> On Sun, Jun 19, 2011 at 02:58:37PM +0300, Guy Gavriely wrote:
> > Right click one of the files in your project, say, the setup.py and choose
> > run / debug as -> python run
>
> > it will try and fail, then edit the newly created run /debug configuration
> > menu:
>
> > Run -> Run / Debug configuration
>
> > Then change your Main Module to where Scrapy is located, mine for example is
> > at:
>
> > /usr/local/lib/python2.6/dist-packages/Scrapy-0.12.0.2542-py2.6.egg/scrapy/ cmdline.py
>
> > Last you should set the scrapy arguments in the arguments tab, for example:
>
> > crawl my_spider_name
>
> > Guy
>