[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...> - 2006-02-27 12:03:07
|
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: Closed >Resolution: Out of Date 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: 2006-02-27 23:03 Message: Logged In: YES user_id=14198 No word from reporter, and works for everyone else ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2005-07-27 08:48 Message: Logged In: YES user_id=14198 You need both a compiler (VC6 for Python 2.3 and earlier, VC7 for later) and the platform SDK to build these extensions from source-code. However, it isn't clear that you actually need to build from source code - is there a reason you can't use the pre-built binaries? ---------------------------------------------------------------------- Comment By: Arioch (thomasjeffrey) Date: 2005-07-27 01:54 Message: Logged In: YES user_id=1317225 Does this mean actually have to have Microsoft Visual Studio 6 installed? I just installed the Microsoft software development kit available online, as I assumed that's what the prerequisites were. if you are saying they actually need visual C. version 6 and I will go and see if I can locate it thanks for your assistance so far ---------------------------------------------------------------------- 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 |