Skip to content

Instantly share code, notes, and snippets.

@tino097
Created March 1, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tino097/27e0e146a7cac2c02d14787705b7338d to your computer and use it in GitHub Desktop.
Save tino097/27e0e146a7cac2c02d14787705b7338d to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/paster", line 11, in <module>
sys.exit(run())
File "/usr/local/lib/python2.7/site-packages/paste/script/command.py", line 102, in run
invoke(command, command_name, options, args[1:])
File "/usr/local/lib/python2.7/site-packages/paste/script/command.py", line 141, in invoke
exit_code = runner.run(args)
File "/usr/local/lib/python2.7/site-packages/paste/script/command.py", line 236, in run
result = self.command()
File "/usr/local/lib/python2.7/site-packages/ckan-2.6.0-py2.7.egg/ckan/lib/cli.py", line 217, in command
self._load_config(cmd!='upgrade')
File "/usr/local/lib/python2.7/site-packages/ckan-2.6.0-py2.7.egg/ckan/lib/cli.py", line 156, in _load_config
conf = self._get_config()
File "/usr/local/lib/python2.7/site-packages/ckan-2.6.0-py2.7.egg/ckan/lib/cli.py", line 152, in _get_config
fileConfig(self.filename)
File "/usr/local/lib/python2.7/site-packages/paste/script/util/logging_config.py", line 91, in fileConfig
formatters = _create_formatters(cp)
File "/usr/local/lib/python2.7/site-packages/paste/script/util/logging_config.py", line 123, in _create_formatters
flist = cp.get("formatters", "keys")
File "/usr/local/lib/python2.7/ConfigParser.py", line 330, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'formatters'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment