Just create a file something like setpath.bat that has the line:
Set PATH=%PATH%;C:\Python24;C:\Python24\Scripts
Then run this batch file in your shell to setup the path each time. Of course you can just enter that line manually each time as well. ;)
Janzert
On 10/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Eurg...
Seems like Python doesn't work if i'm not in the right folder ether ;_;
I try to make the environment variables again and it still doesn't
work.
I looked on the Microsoft webpage and they say you need to be the Admin
to change the variables, but there's no error message when I change
them. That might be it. I'll try to install everything from my PC at
home tonight, I might find the solution to my problem then.
I'll post my results, hope that's it!
If not, is there any other way to call a exe from a different directory
in a Command Prompt?
-- Sam

