sqlite3 scrapy

Chris Angelico rosuav at gmail.com
Thu Jul 7 10:51:54 EDT 2016


On Fri, Jul 8, 2016 at 12:42 AM, Thomas Kaufmann <tokauf at gmail.com> wrote:
> I changed my code in the way you suggested. There is no effect in the db. I start this script on the commandline with:
>
> tk at Hamlet:~/myscrapy/tutorial/tutorial/spiders$ scrapy crawl webbot

You have some print calls in your code. Are they happening? Do you see
anything on your console? If not, you probably don't have a database
issue, you have an invocation issue. If you do, please post the output
along with the latest code - it might be revealing.

ChrisA



More information about the Python-list mailing list