8000 gh-75608: Add Windows FAQ entry for missing CRT by slateny · Pull Request #92765 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-75608: Add Windows FAQ entry for missing CRT #92765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 23, 2022

Conversation

slateny
Copy link
Contributor
@slateny slateny commented May 13, 2022

#75608

https://docs.python.org/3/faq/windows.html

(still a current problem, see here)

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels May 13, 2022
@slateny slateny requested a review from zooba September 21, 2022 05:20
@zooba
Copy link
Member
zooba commented Sep 21, 2022

Did anyone ask the poster which version of Windows they are using? When the CRT isn't installed, the installer will install it automatically (into the Python directory), but there may be some weird case where it can detect it even though it's not installed (particularly if the user has been downloading individual files from it already...)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
@slateny
Copy link
Contributor Author
slateny commented Sep 22, 2022

This at least says Windows 7, and I do see some more instances in the mailing list but not all of them say the Windows version they're on.

@zooba
Copy link
Member
zooba commented Sep 23, 2022

I wonder if there's some app out there that installs the 32-bit CRT globally (or on PATH), but doesn't include the 64-bit one? That might cause the installer (which is always 32-bit) to detect it, but Python itself to fail. The official 64-bit package always installs both.

Anyway, the FAQ entry is fine. Though I doubt whether any of these reports would have found it before finding the mailing list. As pointed out, there are plenty of other explanations online that would have helped.

@zooba zooba merged commit 80bc7d7 into python:main Sep 23, 2022
@zooba zooba added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Sep 23, 2022
@miss-islington
Copy link
Contributor

Thanks @slateny for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @slateny for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 23, 2022
@bedevere-bot
Copy link

GH-97506 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 23, 2022
@bedevere-bot
Copy link

GH-97507 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 23, 2022
(cherry picked from commit 80bc7d7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 23, 2022
(cherry picked from commit 80bc7d7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Sep 23, 2022
(cherry picked from commit 80bc7d7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Sep 23, 2022
(cherry picked from commit 80bc7d7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
@slateny slateny deleted the s/faq-windows branch September 24, 2022 03:50
pablogsal pushed a commit that referenced this pull request Oct 22, 2022
(cherry picked from commit 80bc7d7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0