Quote:
Originally Posted by thianliongpatpoh
You have to run the program when you are in the Python folder.
Say, you have a C:\Python26 folder
go to that folder (in command prompt) with CD C:\Python26
Then do the manual dedrm command.
|
You can always add Python to your path, so that you can execute it from anywhere.
The PATH setting is under (for Windows XP and similar) Control Panel / Settings / Advanced / Environment Variables button. Probably the System version is the best to change. My PATH variable is set to: "C:\Python26\Scripts;C:\Python26\;C:\Perl\site\bin ;C:\Perl\bin;%SystemRoot%\system32;%SystemRoot%;%S ystemRoot%\System32\Wbem;C:\Program Files\ESTsoft\ALZip\;C:\vim-4.6;\cygwin\bin;C:\putty;C:\Program Files\TortoiseSVN\bin;C:\WINDOWS\system32\WindowsP owerShell\v1.0;C:\Program Files\Java\jdk1.6.0_17\bin;C:\Program Files\QuickTime\QTSystem\" for example. You can see that lots of program directories have been added so that I can run stuff from anywhere.
Just take the current setting, and add a semicolon, then C:\Python26, for example.