indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Question regarding Windows dependencies #240

Open mason3k opened 3 months ago

mason3k commented 3 months ago

I see in the documentation here that the Windows distributions depend on the the Microsoft Visual C++ Redistributable due to vcruntime140.dll. I noticed, however, when I downloaded a few of the install-only msvc distributions, that this dll is included in the same directory as the executable, which, in my understanding, should be all you need.

Is this part of the docs still accurate? Is there still a Microsoft Visual C++ Redistributable dependency?

Thank you!