Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. C:Windowssystem32>scrapy startproject tutorial
  2. Traceback (most recent call last):
  3. File "C:Python34Scriptsscrapy-script.py", line 9, in <module>
  4. load_entry_point('Scrapy==0.24.4', 'console_scripts', 'scrapy')()
  5. File "C:Python34libsite-packagespkg_resources.py", line 353, in load_entry
  6. _point
  7. return get_distribution(dist).load_entry_point(group, name)
  8. File "C:Python34libsite-packagespkg_resources.py", line 2302, in load_entr
  9. y_point
  10. return ep.load()
  11. File "C:Python34libsite-packagespkg_resources.py", line 2029, in load
  12. entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  13. File "C:Python34libsite-packagesscrapy__init__.py", line 28, in <module>
  14. import _monkeypatches
  15. ImportError: No module named '_monkeypatches'
  16.  
  17. C:Windowssystem32>pip list
  18. cffi (0.8.6)
  19. cryptography (0.5.4)
  20. cssselect (0.9.1)
  21. lxml (3.4.0)
  22. pip (1.5.6)
  23. pycparser (2.10)
  24. pyOpenSSL (0.14)
  25. queuelib (1.2.2)
  26. Scrapy (0.24.4)
  27. setuptools (2.1)
  28. six (1.8.0)
  29. Twisted (14.0.2)
  30. w3lib (1.10.0)
  31. zope.interface (4.1.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement