Skip to content

Instantly share code, notes, and snippets.

View anibalpacheco's full-sized avatar

Aníbal Pacheco anibalpacheco

View GitHub Profile
$ paster db init
Traceback (most recent call last):
File "/home/anibal/venv/ckan2/bin/paster", line 9, in <module>
load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
File "/home/anibal/venv/ckan2/local/lib/python2.7/site-packages/paste/script/command.py", line 104, in run
invoke(command, command_name, options, args[1:])
File "/home/anibal/venv/ckan2/local/lib/python2.7/site-packages/paste/script/command.py", line 143, in invoke
exit_code = runner.run(args)
File "/home/anibal/venv/ckan2/local/lib/python2.7/site-packages/paste/script/command.py", line 238, in run
result = self.command()