Created
March 12, 2016 11:02
-
-
Save d1ff/419e33f904437e6bbaa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> scrapy startproject airspider | |
Traceback (most recent call last): | |
File "/Users/d1ff/.brew/bin/scrapy", line 11, in <module> | |
sys.exit(execute()) | |
File "/Users/d1ff/.brew/lib/python3.5/site-packages/scrapy/cmdline.py", line 122, in execute | |
cmds = _get_commands_dict(settings, inproject) | |
File "/Users/d1ff/.brew/lib/python3.5/site-packages/scrapy/cmdline.py", line 46, in _get_commands_dict | |
cmds = _get_commands_from_module('scrapy.commands', inproject) | |
File "/Users/d1ff/.brew/lib/python3.5/site-packages/scrapy/cmdline.py", line 29, in _get_commands_from_module | |
for cmd in _iter_command_classes(module): | |
File "/Users/d1ff/.brew/lib/python3.5/site-packages/scrapy/cmdline.py", line 21, in _iter_command_classes | |
for obj in vars(module).itervalues(): | |
AttributeError: 'dict' object has no attribute 'itervalues' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment