Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/bin/scrapy", line 5, in <module>
  2. 2012-04-03 22:56:15-0300 [-] ERROR: pkg_resources.run_script('Scrapy==0.14.2', 'scrapy')
  3. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 489, in run_script
  4. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1207, in run_script
  5. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/EGG-INFO/scripts/scrapy", line 4, in <module>
  6. 2012-04-03 22:56:15-0300 [-] ERROR: execute()
  7. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/cmdline.py", line 132, in execute
  8. 2012-04-03 22:56:15-0300 [-] ERROR: _run_print_help(parser, _run_command, cmd, args, opts)
  9. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/cmdline.py", line 97, in _run_print_help
  10. 2012-04-03 22:56:15-0300 [-] ERROR: func(*a, **kw)
  11. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/cmdline.py", line 139, in _run_command
  12. 2012-04-03 22:56:15-0300 [-] ERROR: cmd.run(args, opts)
  13. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/commands/crawl.py", line 43, in run
  14. 2012-04-03 22:56:15-0300 [-] ERROR: spider = self.crawler.spiders.create(spname, **opts.spargs)
  15. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/command.py", line 34, in crawler
  16. 2012-04-03 22:56:15-0300 [-] ERROR: self._crawler.configure()
  17. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/crawler.py", line 36, in configure
  18. 2012-04-03 22:56:15-0300 [-] ERROR: self.spiders = spman_cls.from_crawler(self)
  19. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/spidermanager.py", line 37, in from_crawler
  20. 2012-04-03 22:56:15-0300 [-] ERROR: return cls.from_settings(crawler.settings)
  21. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/spidermanager.py", line 33, in from_settings
  22. 2012-04-03 22:56:15-0300 [-] ERROR: return cls(settings.getlist('SPIDER_MODULES'))
  23. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/spidermanager.py", line 23, in __init__
  24. 2012-04-03 22:56:15-0300 [-] ERROR: for module in walk_modules(name):
  25. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/utils/misc.py", line 63, in walk_modules
  26. 2012-04-03 22:56:15-0300 [-] ERROR: mods += walk_modules(fullpath)
  27. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/pythoncrawlers/local/lib/python2.7/site-packages/Scrapy-0.14.2-py2.7.egg/scrapy/utils/misc.py", line 65, in walk_modules
  28. 2012-04-03 22:56:15-0300 [-] ERROR: submod = __import__(fullpath, {}, {}, [''])
  29. 2012-04-03 22:56:15-0300 [-] ERROR: File "/home/developer/product-spiders/product_spiders/spiders/hifix/richersoundscom.py", line 9, in <module>
  30. 2012-04-03 22:56:15-0300 [-] ERROR: from utils import extract_price
  31. 2012-04-03 22:56:15-0300 [-] ERROR: ImportError: No module named utils
  32. developer@UDev-01:~/product-spiders$ ^C
  33. developer@UDev-01:~/product-spiders$
Add Comment
Please, Sign In to add comment