[pywin32-bugs] [ pywin32-Bugs-2118863 ] Error compiling
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-01-30 23:39:18
|
Bugs item #2118863, was opened at 2008-09-19 16:59 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2118863&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: Works For Me Priority: 5 Private: No Submitted By: Farzin Shakib (acusim) Assigned to: Nobody/Anonymous (nobody) Summary: Error compiling Initial Comment: I just obtained the pywin32-212.zip and attempted to build it, but got the following error: $ python setup.py install Building pywin32 2.4.212.0 running install running build running build_py running build_ext Found version 0x500 in C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\PlatformSDK\include\WinResrc.h building 'pywintypes' extension c:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN\cl.exe /c /nologo /Ob2ty /MD /W3 /EHsc /DNDEBUG -DDISTUTILS_BUILD -Icom/win32com/src/include -Iwin32/src -Ic:\Acusim\Win\V1.3\base\include -Ic:\Acusim\Win\V1.3\base\PC /Tpwin32\src\PyACL.cpp /Fobuild\temp.win32-2.4\Release\win32\src\PyACL.obj -DBUILD_PYWINTYPES /YXPyWinTypes.h /Fpbuild\temp.win32-2.4\Release\pywintypes.pch /Zi /Fdbuild\temp.win32-2.4\Release\pywintypes_vc.pdb /EHsc /DMFC_OCC_IMPL_H=\"..\src\occimpl.h\" PyACL.cpp win32\src\PyACL.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'build\temp.win32-2.4\Release\pywintypes.pch': The process cannot access the file because it is being used by another process. This is done on a Windows 2000. Any ideas how to resolve this issue? Farzin ---------------------------------------------------------------------- Comment By: Ziga Seilnacht (zseil) Date: 2008-10-02 09:13 Message: You should update your Platform SDK. Search for: "Microsoft Windows Software Development Kit Update for Windows Vista" on the Microsoft download site. Note that the latest version, "Windows SDK for Windows Server 2008 and .NET Framework 3.5", won't work with Visual Studio 2003. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2118863&group_id=78018 |