-
-
Save Kwpolska/9787067 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
(nikola-py2)[kwpolska@kw-cassandra n]% pip install git+https://github.com/FedericoCeratto/shoebill.git /tmp/n 1 | |
Downloading/unpacking git+https://github.com/FedericoCeratto/shoebill.git | |
Cloning https://github.com/FedericoCeratto/shoebill.git to /tmp/pip-FAvqVQ-build | |
Running setup.py egg_info for package from git+https://github.com/FedericoCeratto/shoebill.git | |
Downloading/unpacking Beaker>=1.6.3 (from shoebill==0.1) | |
Downloading Beaker-1.6.4.tar.gz (54kB): 54kB downloaded | |
Running setup.py egg_info for package Beaker | |
Requirement already satisfied (use --upgrade to upgrade): Bottle>=0.10.11 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): GitPython>=0.1.7 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from shoebill==0.1) | |
Downloading/unpacking bottle-cork (from shoebill==0.1) | |
Downloading bottle-cork-0.10.tar.gz | |
Running setup.py egg_info for package bottle-cork | |
Requirement already satisfied (use --upgrade to upgrade): setproctitle>=1.0.1 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): gitdb>=0.5.1 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from GitPython>=0.1.7->shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): pycrypto in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from bottle-cork->shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from bottle-cork->shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): async>=0.6.1 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from gitdb>=0.5.1->GitPython>=0.1.7->shoebill==0.1) | |
Requirement already satisfied (use --upgrade to upgrade): smmap>=0.8.0 in /home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages (from gitdb>=0.5.1->GitPython>=0.1.7->shoebill==0.1) | |
Installing collected packages: Beaker, bottle-cork, shoebill | |
Running setup.py install for Beaker | |
Running setup.py install for bottle-cork | |
Running setup.py install for shoebill | |
Installing shoebill script to /home/kwpolska/virtualenvs/nikola-py2/bin | |
Successfully installed Beaker bottle-cork shoebill | |
Cleaning up... | |
(nikola-py2)[kwpolska@kw-cassandra n]% shoebill /tmp/n 0 | |
Traceback (most recent call last): | |
File "/home/kwpolska/virtualenvs/nikola-py2/bin/shoebill", line 9, in <module> | |
load_entry_point('shoebill==0.1', 'console_scripts', 'shoebill')() | |
File "/home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages/pkg_resources.py", line 351, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages/pkg_resources.py", line 2363, in load_entry_point | |
return ep.load() | |
File "/home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages/pkg_resources.py", line 2088, in load | |
entry = __import__(self.module_name, globals(),globals(), ['__name__']) | |
File "/home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages/shoebill/__init__.py", line 205, in <module> | |
path_not_found = error("Error: the directory you specified does not exists.") | |
File "/home/kwpolska/virtualenvs/nikola-py2/lib/python2.7/site-packages/shoebill/__init__.py", line 198, in error | |
return bottle.template('msgbox', output=[], errmsg=msg) | |
File "/home/kwpolska/virtualenvs/nikola-py2/bin/bottle.py", line 3583, in template | |
TEMPLATES[tplid] = adapter(name=tpl, lookup=lookup, **settings) | |
File "/home/kwpolska/virtualenvs/nikola-py2/bin/bottle.py", line 3207, in __init__ | |
raise TemplateError('Template %s not found.' % repr(name)) | |
bottle.TemplateError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment