[pywin32-bugs] [ pywin32-Bugs-1243330 ] Cant find an installed platform SDK
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-07-24 22:21:51
|
Bugs item #1243330, was opened at 2005-07-23 07:09 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1243330&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Arioch (thomasjeffrey) Assigned to: Nobody/Anonymous (nobody) Summary: Cant find an installed platform SDK Initial Comment: I'm trying to install the pywin32 extension and keep getting the following error whenever I try to do it " warning-can cant find all and installed form platform SDK error: Python was built with version 6 of Visual Studio, and extensions need to be built with the same version of the compiler, but but it isn't installed." I successfully installed the platform SDK for Microsoft and tried reinstalling the extension I'm still getting the same error. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-07-25 08:21 Message: Logged In: YES user_id=14198 This error sounds like it is MSVC6 itself that can not be located. If you recently installed it, you must start the MSVC6 dev environment before it will be found by distutils. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1243330&group_id=78018 |