Re: Python search path (on Windows)

2008-10-22 Thread Ant
On Oct 22, 10:03 am, "wooly booly" <[EMAIL PROTECTED]> wrote: > I would like to execute a Python script from Windows command line: > > Python myscript.py > > This works if myscript.py resides in the current folder. My question is: > Is it possible to execute the command above from another folder? >

Re: Python search path (on Windows)

2008-10-22 Thread Diez B. Roggisch
wooly booly wrote: > I would like to execute a Python script from Windows command line: > > Python myscript.py > > This works if myscript.py resides in the current folder. My question is: > Is it possible to execute the command above from another folder? > > I put the script's folder in the PYT

Re: Python search path (on Windows)

2008-10-22 Thread Gabriel Genellina
En Wed, 22 Oct 2008 07:03:48 -0200, wooly booly <[EMAIL PROTECTED]> escribió: I would like to execute a Python script from Windows command line: Python myscript.py This works if myscript.py resides in the current folder. My question is: Is it possible to execute the command above from another