> 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
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
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
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