[Fwd: Re: ez_setup.py]

2007-02-26 Thread Tim Golden
OK. He's solved it. For the historical record... Tim Golden wrote: > Nader Emami wrote: >> Tim Golden wrote: >>> Nader Emami wrote: Tim Golden wrote: > Nader Emami wrote: > How can do the second solution, (take off the home from Python path)? >>> >>> Depends

Re: ez_setup.py

2007-02-26 Thread Paul Boddie
On 26 Feb, 17:36, Tim Golden <[EMAIL PROTECTED]> wrote: > > OK. Keep copying to the list, please. As I said, I'm not > a *nix person (and I'm running here on Windows) so you'll > get a more informed and wider audience from c.l.py. Just to clarify one thing, $HOME isn't automatically inserted into

Re: ez_setup.py

2007-02-26 Thread Tim Golden
Nader Emami wrote: > Tim Golden wrote: >> Nader Emami wrote: >>> Tim Golden wrote: Nader Emami wrote: >>> How can do the second solution, (take off the home from Python >>> path)? >> >> Depends on your setup. Since you're on *nix, I can't >> test whether $HOME is auto

Re: ez_setup.py

2007-02-26 Thread Tim Golden
Nader Emami wrote: > Tim Golden wrote: >> Nader Emami wrote: >> > How can do the second solution, (take off the home from Python path)? Depends on your setup. Since you're on *nix, I can't test whether $HOME is automatically on sys.path (it isn't on Win32). Are you running *

Re: ez_setup.py

2007-02-26 Thread Tim Golden
Nader Emami wrote: >>> How can do the second solution, (take off the home from Python path)? >> >> Depends on your setup. Since you're on *nix, I can't >> test whether $HOME is automatically on sys.path (it >> isn't on Win32). Are you running *in* /usr/people/emami? >> If so, go somewhere else bef

Re: ez_setup.py

2007-02-26 Thread Tim Golden
Nader Emami wrote: > Tim Golden wrote: >> Nader Emami wrote: >>> L.S., >>> >>> I have installed locally Python-2.4.4 without any problem. Then I >>> would install the "ez_setup.py" to be able using of "easy_install" >>> tool, but I get the next error: >>> >>> %python ez_setup.py >>> Traceback (mo

Re: ez_setup.py

2007-02-26 Thread Nader Emami
Tim Golden wrote: > Nader Emami wrote: >> L.S., >> >> I have installed locally Python-2.4.4 without any problem. Then I >> would install the "ez_setup.py" to be able using of "easy_install" >> tool, but I get the next error: >> >> %python ez_setup.py >> Traceback (most recent call last): >>Fi

Re: ez_setup.py

2007-02-26 Thread Tim Golden
Nader Emami wrote: > L.S., > > I have installed locally Python-2.4.4 without any problem. Then I would > install the "ez_setup.py" to be able using of "easy_install" tool, but I > get the next error: > > %python ez_setup.py > Traceback (most recent call last): >File "ez_setup.py", line 223,