Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/bpython", line 5, in <module>
  3. from pkg_resources import load_entry_point
  4. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
  5. working_set.require(__requires__)
  6. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
  7. needed = self.resolve(parse_requirements(requirements))
  8. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
  9. raise DistributionNotFound(req) # XXX put more info here
  10. pkg_resources.DistributionNotFound: bpython==0.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement