Skip to content

Instantly share code, notes, and snippets.

@daviddavis
Created February 1, 2013 19:01
Show Gist options
  • Select an option

  • Save daviddavis/4693301 to your computer and use it in GitHub Desktop.

Select an option

Save daviddavis/4693301 to your computer and use it in GitHub Desktop.
λ git develop → paster serve development.ini
Traceback (most recent call last):
File "/usr/bin/paster", line 9, in <module>
load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
File "/usr/lib/python2.7/site-packages/paste/script/command.py", line 93, in run
commands = get_commands()
File "/usr/lib/python2.7/site-packages/paste/script/command.py", line 135, in get_commands
plugins = pluginlib.resolve_plugins(plugins)
File "/usr/lib/python2.7/site-packages/paste/script/pluginlib.py", line 82, in resolve_plugins
pkg_resources.require(plugin)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: retask: Not Found for: fedoracommunity (did you run python setup.py develop?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment