How do I get Win32 to locate DLLs elsewhere (not really a Python thing)?
David Bolen
db3l at fitlinxx.com
Fri Mar 16 18:53:08 EST 2001
More information about the Python-list mailing list
Fri Mar 16 18:53:08 EST 2001
- Previous message (by thread): How do I get Win32 to locate DLLs elsewhere (not really a Python thing)?
- Next message (by thread): standalone
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"gzeljko" <gzeljko at sezampro.yu> writes: > Your have system provaided interface: > ControlPanel/System/Environment (No need for reboot or 'relog') Actually, depending on what will be executing the code you may in fact have to reboot. While "apply"ing changes will affect new cmd.exe sessions or direct execution of Python scripts, if you try to run scripts via services or other long running processes that doesn't pick up system changes when announced you'll have to reboot for them to notice the change. It's less common than older Windows platforms, but still seems to always happen when you least want to reboot :-) -- -- David -- /-----------------------------------------------------------------------\ \ David Bolen \ E-mail: db3l at fitlinxx.com / | FitLinxx, Inc. \ Phone: (203) 708-5192 | / 860 Canal Street, Stamford, CT 06902 \ Fax: (203) 316-5150 \ \-----------------------------------------------------------------------/
- Previous message (by thread): How do I get Win32 to locate DLLs elsewhere (not really a Python thing)?
- Next message (by thread): standalone
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list