Re: [python-win32] Problem building pywin32 for Python 3.5 on VS2015 with Windows SDK 10

2017-01-09 Thread Chris Helvig
Update on this. I finally stumbled across the following webpage: http://around-the-corner.typepad.com/adn/2014/10/building-pywin32-for-motionbuilder-2015.html So I just plowed ahead with changing variable names and commenting stuff out until it worked. This was 3 weeks ago now, though. Looking t

[python-win32] Problem building pywin32 for Python 3.5 on VS2015 with Windows SDK 10

2016-12-13 Thread Chris Helvig
Hi! So I'm having trouble rebuilding pywin32. It seems like the Windows 10 SDK is different from what is expected by the latest version of pywin32. Is that correct? Should I just attempt to fix it myself, or is there something obvious I'm doing wrong? Here's what happens if I build normally. F

RE: [python-win32] Problem building pywin32

2004-12-16 Thread Mark English
> From: Mark Hammond [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 22:35 > To: Mark English; [EMAIL PROTECTED] > Subject: RE: [python-win32] Problem building pywin32 > > > > Is there a way to pass this (include directory) as a command line argument to setup.py ? &

RE: [python-win32] Problem building pywin32

2004-12-15 Thread Mark Hammond
> I'm trying to build pywin32, and would like to know how to specify an > override for the include directories. > It's finding "shlobj.h" here: > "C:\Program Files\Microsoft SDK\include\shlobj.h" > > But I want it to use the one here: > "C:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\Pla

[python-win32] Problem building pywin32

2004-12-13 Thread Mark English
I'm trying to build pywin32, and would like to know how to specify an override for the include directories. It's finding "shlobj.h" here: "C:\Program Files\Microsoft SDK\include\shlobj.h" But I want it to use the one here: "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include