Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.60 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/szpaq/lex43/mrcerti-www/venv/bin/pserve", line 9, in <module>
  3.     load_entry_point('pyramid==1.4.2', 'console_scripts', 'pserve')()
  4.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/pyramid/scripts/pserve.py", line 50, in main
  5.     return command.run()
  6.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/pyramid/scripts/pserve.py", line 304, in run
  7.     global_conf=vars)
  8.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/pyramid/scripts/pserve.py", line 328, in loadapp
  9.     return loadapp(app_spec, name=name, relative_to=relative_to, **kw)
  10.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
  11.     return loadobj(APP, uri, name=name, **kw)
  12.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj
  13.     global_conf=global_conf)
  14.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  15.     global_conf=global_conf)
  16.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 320, in _loadconfig
  17.     return loader.get_context(object_type, name, global_conf)
  18.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 454, in get_context
  19.     section)
  20.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 476, in _context_from_use
  21.     object_type, name=use, global_conf=global_conf)
  22.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 406, in get_context
  23.     global_conf=global_conf)
  24.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  25.     global_conf=global_conf)
  26.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 320, in _loadconfig
  27.     return loader.get_context(object_type, name, global_conf)
  28.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 454, in get_context
  29.     section)
  30.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 476, in _context_from_use
  31.     object_type, name=use, global_conf=global_conf)
  32.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 406, in get_context
  33.     global_conf=global_conf)
  34.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  35.     global_conf=global_conf)
  36.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 320, in _loadconfig
  37.     return loader.get_context(object_type, name, global_conf)
  38.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 454, in get_context
  39.     section)
  40.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 476, in _context_from_use
  41.     object_type, name=use, global_conf=global_conf)
  42.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 406, in get_context
  43.     global_conf=global_conf)
  44.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  45.     global_conf=global_conf)
  46.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 328, in _loadegg
  47.     return loader.get_context(object_type, name, global_conf)
  48.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 620, in get_context
  49.     object_type, name=name)
  50.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 640, in find_egg_entry_point
  51.     pkg_resources.require(self.spec)
  52.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/pkg_resources.py", line 728, in require
  53.     needed = self.resolve(parse_requirements(requirements))
  54.   File "/home/szpaq/lex43/mrcerti-www/venv/local/lib/python2.7/site-packages/pkg_resources.py", line 627, in resolve
  55.     raise VersionConflict(dist, req)
  56. pkg_resources.VersionConflict: (six 1.8.0 (/home/szpaq/lex43/mrcerti-www/venv/lib/python2.7/site-packages), Requirement.parse('six==1.3.0'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement