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-...@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 _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/L25BIUGNGBYTPJ6ZKG5KGWGNYLYYW2UE/