Re: TypeError writing to stderror in MSCommon/Common.py [reformatted]
"Joseph C. Brill" <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <007101d5ab06$f02f8fe0$d08eafa0$@com> |
C:\WINDOWS\system32\WindowsPowerShell\v1.0
sys32_dir = os.path.join(os.environ.get("SystemRoot",
os.environ.get("windir", r"C:\Windows\system32")), "System32")
sys32_powershell_dir = os.path.join(sys32_dir, 'WindowsPowerShell', 'v1.0')
if sys32_powershell_dir not in normenv['PATH']:
normenv['PATH'] = normenv['PATH'] + os.pathsep +
sys32_powershell_dir
Earlier in the thread, Mats seemed to think it may not be a good idea to add
the powershell folder to the path.
_______________________________________________
Scons-users mailing list
[email protected]
https://pairlist4.pair.net/mailman/listinfo/scons-users