[Python-Dev] UUID module
"Martin v. Löwis"
martin at v.loewis.de
Mon Jun 12 18:32:03 CEST 2006
More information about the Python-Dev mailing list
Mon Jun 12 18:32:03 CEST 2006
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] beta1 coming real soon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ka-Ping Yee wrote: > I'd like to, but i don't want to use a method for finding the system > directory that depends on ctypes. Is there a more general way? I think os.path.join(os.environ["SystemRoot"], "system32") should be fairly reliable. If people are worried that the directory might not be system32, then HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\SystemDirectory gives you the value (although I could not find out how to expand REG_EXPAND_SZ keys with _winreg). Regards, Martin
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] beta1 coming real soon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list