On 22Jul.2019 0825, Kacvinsky, Tom wrote:
HI,
Not sure if this is the right place to ask, but I am trying to build pywin32-224 from source for Python 3.7.4. I think this might be the right list as this seems to be a generic problem I am having, but I want to focus on one particular module. First, I know I could get this via 'pip install', but I want to build from source to see what it takes in terms of the Windows SDK and Visual Studio versions for some other work I am doing.
This is probably not the best place to ask, though I can understand why you ended up here. Please try this command: <path to python.exe> -m test -v test_distutils -m *get_vc* If the tests pass, post to distutils-sig@python.org or the Packaging category on https://discuss.python.org/ If the tests fail, post the output into a new bug at https://bugs.python.org/ along with If the tests are skipped, you probably did not install the C++ or "Python Native Development" options for Visual Studio. You can run "Visual Studio Installer" from Start to change your installed options. Cheers, Steve