Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Joss Gray
Yeah we've built Python 2.7.8 in vs2013 already. It wasn't fun. > On 24 Jul 2014, at 17:42, Tim Roberts wrote: > > Joss Gray wrote: >> I managed to build it minus lots of modules, that luckily i'm not using. > > Don't ignore Zach's comment. Unless you have also built Python itself with > VS20

Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Zachary Ware
On Thu, Jul 24, 2014 at 10:06 AM, Joss Gray wrote: > Has anybody successfully built pywin32 with Visual Studio 2013 ( v120 > toolkit ) and using the windows 8.1 sdk? I haven't tried, but I wouldn't expect useful results unless you're also compiling Python yourself (which does not yet officially s

Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Tim Roberts
Joss Gray wrote: > I managed to build it minus lots of modules, that luckily i'm not using. Don't ignore Zach's comment. Unless you have also built Python itself with VS2013 (which is unlikely), you are just asking for trouble. You are mixing two different versions of the C runtime library. You

Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Joss Gray
I managed to build it minus lots of modules, that luckily i'm not using. On Thu, Jul 24, 2014 at 5:10 PM, Zachary Ware wrote: > On Thu, Jul 24, 2014 at 10:06 AM, Joss Gray wrote: > > Has anybody successfully built pywin32 with Visual Studio 2013 ( v120 > > toolkit ) and using the windows 8.1 s