View Single Post
Old 10-13-2010, 01:18 PM   #19
susan_cassidy
Wizard
susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.susan_cassidy ought to be getting tired of karma fortunes by now.
 
Posts: 2,251
Karma: 3720310
Join Date: Jan 2009
Location: USA
Device: Kindle, iPad (not used much for reading)
Quote:
Originally Posted by thianliongpatpoh View Post
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.
susan_cassidy is offline   Reply With Quote