[pywin32-bugs] [ pywin32-Bugs-1208544 ] setup.py fails to find most recent platform SDK
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-05-25 15:33:46
|
Bugs item #1208544, was opened at 2005-05-25 11:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208544&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation Group: None Status: Open Resolution: None Priority: 5 Submitted By: PJ Tremblay (piairjooles) Assigned to: Nobody/Anonymous (nobody) Summary: setup.py fails to find most recent platform SDK Initial Comment: The most recent Microsoft Platform SDK installation isn't found (as of date of submission of this bug). The key name I have in the registry is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MicrosoftSDK\InstalledSDKs\8F9E5EF3-A9A5-491B-A889-C58EFFECE8B3\Installed Dir whereas setup.py is looking for it in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MicrosoftSDK\Directories\Installed Dir Creating a new string value at the latter key patches the problem. Note: the Platform SDK readme header says: Windows Server 2003 SP1 SDK Release Notes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208544&group_id=78018 |