Commit 8159dbb1 authored by tarek's avatar tarek

displaying the package location

--HG--
branch : distribute
extra : rebase_source : bdc220d0997e6a50027bdaa96bf69e2bccd3415b
parent fc29160b
......@@ -2262,7 +2262,7 @@ class Distribution(object):
if '0.7' in version:
raise ValueError(
"A 0.7-series setuptools cannot be installed "
"with distribute")
"with distribute. Found one at %s" % str(self.location))
if not loc:
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment