Re: [Tutor] editing Path

2006-11-06 Thread Alan Gauld
> Eli Brosh schrieb: >> Hello. >> I am beginning to use python on windows. >> how can I add a path to Python search-list where I can store my >> python >> scripts ? As has been said there are two aspects. If you want your scripts to execute as programs you need to modify the PATH environment var

Re: [Tutor] editing Path

2006-11-06 Thread Christopher Arndt
Eli Brosh schrieb: > Hello. > I am beginning to use python on windows. > how can I add a path to Python search-list where I can store my python > scripts ? > On IDLE the command *browse path* lets me to see the existing path but > not to edit it. Hello, you may be confusing* two different concept

Re: [Tutor] editing Path

2006-11-06 Thread Asrarahmed Kadri
Hi Eli,   You really dont have to edit the search path, because if all the files lie in the same-directory as the top-level file, then Python automatically includes that directory in its search path.   HTH, Regards, Asrarahmed  On 11/6/06, Eli Brosh <[EMAIL PROTECTED]> wrote: Hello. I am beginnin

[Tutor] editing Path

2006-11-06 Thread Eli Brosh
Hello. I am beginning to use python on windows. how can I add a path to Python search-list where I can store my python scripts ? On IDLE the command browse path lets me to see the existing path but not to edit it.   thanks Eli___ Tutor maillist - Tut