wiredfool
wiredfool
The SDK you need depends on which python you're compiling with, not the OS you're running. Python 2.6, 2.7, and 3.2 require Win7 + .NET 3.5, 3.3 requires the Win7...
Looks like 3.4 takes the VC2010 SDK, which is Win7 + .NET 4: http://www.microsoft.com/en-us/download/details.aspx?id=8279
Status update, based on https://github.com/wiredfool/Pillow/tree/winbuild : - only slightly closer to having a reproducible windows build process that can run as a CI server for windows. - I've got openjpeg...
I've got the beginnings of a Windows CI at https://ci.appveyor.com/project/wiredfool/pillow/build/2.9.pre.18 . So far it's only one Python and not all the libraries but it is CI, on windows, and the...
I'll take a look at that. Another build queue would be good.
https://ci.appveyor.com/project/Pythonpillow/pillow/history
Probably speed, and I was working on maximal coverage with minimal implementations. Now that we're working, mostly, we should go towards more completeness.
I think so, as long as we’re covering all the windows python versions. At the time this was done, we were covering a much smaller part of the matrix.
I'll look at updating these, but the big question is now -- Should we merge this? @python-pillow/pillow-team ?
>One thing I am really intrigued by, is the experience of anyone involved of the process - have you identified any latent issues in doing this? is this primarily good...