[Distutils] Problem with easy_install
Phillip J. Eby
pje at telecommunity.com
Mon Oct 1 17:32:08 CEST 2007
At 01:13 PM 10/1/2007 +0200, Christian Klinger wrote:
>Hi,
>
>i hope this is the right mailing-list to ask for help.
>
>Something with my easy install goes wrong:
>
>svcwebkerb:/# easy_install virtualenv -v
>'import site' failed; use -v for traceback
>Traceback (most recent call last):
> File "/usr/local/bin/easy_install", line 5, in ?
> from pkg_resources import load_entry_point
>ImportError: No module named pkg_resources
>
>Does anyone have an idea what to do.
>
>I tried update setuptools but with no luck.
It appears that the setuptools egg is no longer on your sys.path. I
would suggest re-installing setuptools.
More information about the Distutils-SIG
mailing list