I tried adding C:\Python25\ to my PATH variable, but I still get the
following message when trying to run a file:
>pythonw -u "test.py"
>The system cannot find the file specified.
I don't understand what else I might need to do. It worked normally on
Ubuntu, without any changes. I'm using the same user properties file
on Windows, so nothing in there would be different, AFAIK.
On May 21, 6:02 pm, "Fred Lionetti" <
flione...@gmail.com> wrote:
> Hi John,
>
> PATH is used to indicate where to look for programs. So if your PATH
> includes C:/python25/ (if you are using python2.5) then python will be
> available from any directory
>
> PYTHONPATH on the other hand tells python (and not other programs)
> where to look for packages during import.
>
> -Fred
>