Re: [python-win32] Do we need dotnet 3.5?

2019-03-14 Thread Denis Akhiyarov
Have you looked at this? https://stackoverflow.com/questions/23631675/install-net-3-5-framework-on-windows-server-2012-without-dvd On Thu, Mar 14, 2019 at 1:29 PM Vernon D. Cole wrote: > I am trying to build a build machine (actually a script to build build > machines) capable of creating a pywi

[python-win32] Do we need dotnet 3.5?

2019-03-14 Thread Vernon D. Cole
I am trying to build a build machine (actually a script to build build machines) capable of creating a pywin32 distribution. (I need to test the distribution I am trying to fix.) Somewhere in there it seems that I need to have .net3.5 installed. I have been struggling with this all morning, and ha