Skip to content

Instantly share code, notes, and snippets.

@eddies
Created January 15, 2013 15:21
Show Gist options
  • Save eddies/4539385 to your computer and use it in GitHub Desktop.
Save eddies/4539385 to your computer and use it in GitHub Desktop.
rdfdatabank paster error
$ paster setup-app development.ini
Traceback (most recent call last):
File "/home/foo/workspace/RDFDatabank/bin/paster", line 8, in <module>
load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
File "/home/foo/workspace/RDFDatabank/lib/python2.7/site-packages/paste/script/command.py", line 93, in run
commands = get_commands()
File "/home/foo/workspace/RDFDatabank/lib/python2.7/site-packages/paste/script/command.py", line 135, in get_commands
plugins = pluginlib.resolve_plugins(plugins)
File "/home/foo/workspace/RDFDatabank/lib/python2.7/site-packages/paste/script/pluginlib.py", line 82, in resolve_plugins
pkg_resources.require(plugin)
File "/home/foo/workspace/RDFDatabank/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/foo/workspace/RDFDatabank/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: recordsilo: Not Found for: rdfdatabank (did you run python setup.py develop?)/home/foo/workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment