PythonWin7
PythonWin7 copied to clipboard
Python 3.9 to 3.11 installers that support Windows 7 and Windows Server 2008 R2
I forked to my own account and cloned locally. Seeing you updated, I looked to update my fork, but [I'm seeing this](https://github.com/Darthagnon/PythonWin7/compare/master...adang1345:PythonWin7:master)  Not sure how to synchronise or what...
Notes to self for when I start working on Python 3.13 on Windows 7. `ProcessSnapshot.h` is not available on Windows 7, so `restore-win7-handling.patch` reverts the change that introduced its usage...
Hi! Can someone create package for [chocolatey](https://chocolatey.org/) package manager?
Notes to self for when I start working on Python 3.14 on Windows 7. Test the `pathlib.Path.copy()` method introduced in https://github.com/python/cpython/pull/119058 and modified in https://github.com/python/cpython/commit/f09d184821efd9438d092643881e28bdf8de4de5. It uses `CopyFile2()`, which is...
Hi, thanks for this amazing vital life saver project ! 💯 🥇 i am not expet but i find these new tools, maybe it can help this great project !...
Notes regarding support for Python 3.15 - Visual Studio 2026 and its associated MSVC++ runtime redistributable will [drop support for Windows 7/8/8.1](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes#:~:text=The%20MSVC%20Build%20Tools%20now%20require%20Windows%2010%20or%20Windows%20Server%202016%20as%20the%20minimum%20supported%20operating%20systems.). Continue using Visual Studio 2022. Or maybe `vcruntime140.dll`...
I built yt-dlp `--onedir` , using both [3.13.9](https://github.com/adang1345/PythonVista/raw/refs/heads/master/3.13.9/python-3.13.9-amd64-full.exe) and [3.14.0](https://github.com/adang1345/PythonVista/raw/refs/heads/master/3.14.0/python-3.14.0-amd64-full.exe) in separate `venv`s using identical options. The py3.14.0 yt-dlp.exe consistently performs worse than the py 3.13.9 yt-dlp.exe $ for i...
I was looking at the readme, and saw this > At runtime, check whether a possibly unsupported Windows API function exists on the current system and use an alternative if...
Create file containing checksums/hashes for usage in installer like Scoop. Usually those are basic txt file, with more-or-less known CHECKSUMS.txt