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
$ 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() |
NewerOlder