Date: Sat, 5 Jul 2014 07:54:25 -0700 From: Jeffrey Bouquet <jeffreybouquet@yahoo.com> To: freebsd-python@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Way to debug/fix errors with python ports such as these [py-paragrep] Message-ID: <1404572065.15340.YahooMailBasic@web140905.mail.bf1.yahoo.com>
next in thread | raw e-mail | index | archive | help
Traceback (most recent call last): File "/usr/local/bin/paragrep", line 5, in <module> from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 2837, in <module> working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master ws.require(__requires__) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 742, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: grizzled-python>=1.0 Methodology or wrapper program or clue as to what to reinstall ???
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1404572065.15340.YahooMailBasic>