Skip to content

Instantly share code, notes, and snippets.

@safetydank
Created August 27, 2015 08:22
Show Gist options
  • Save safetydank/041080b4e0062591d1c7 to your computer and use it in GitHub Desktop.
Save safetydank/041080b4e0062591d1c7 to your computer and use it in GitHub Desktop.
% pshell development.ini
Traceback (most recent call last):
File "/Users/danv/pythons/airport/bin/pshell", line 9, in <module>
load_entry_point('pyramid==1.5.7', 'console_scripts', 'pshell')()
File "/Users/danv/pythons/airport/lib/python2.7/site-packages/pyramid/scripts/pshell.py", line 16, in main
return command.run()
File "/Users/danv/pythons/airport/lib/python2.7/site-packages/pyramid/scripts/pshell.py", line 88, in run
setup_logging(config_file)
File "/Users/danv/pythons/airport/lib/python2.7/site-packages/pyramid/paster.py", line 72, in setup_logging
dict(__file__=config_file, here=os.path.dirname(config_file))
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 85, in fileConfig
handlers = _install_handlers(cp, formatters)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 160, in _install_handlers
klass = _resolve(klass)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 95, in _resolve
found = __import__(used)
ImportError: No module named hatchd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment