[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...> - 2006-02-27 12:08:19
|
Bugs item #1208544, was opened at 2005-05-26 01:33 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-02-27 23:08 Message: Logged In: YES user_id=14198 Thanks Trent - I think this is all checked in ---------------------------------------------------------------------- Comment By: Trent Mick (tmick) Date: 2005-06-17 09:51 Message: Logged In: YES user_id=34892 I've just sent a patch to MarkH for review for this bug. I'm not sure why I don't see a mechanism to attach patches to this bug... I can for bugs in the Python project here on sf.net. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208544&group_id=78018 |