skywind3000 / skywind3000/PyStand

win7无法启动python的一些经验、报错展示

Open
#59 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.2k
Forks
146
PR merge metrics
No merged PRs in 30d

Description

例图:

弹窗

测试系统:win7 x64 旗舰 sp1 7601 纯净版
python版本:3.8.10 32位

如果运行PyStand,或者直接运行python解释器时,出现了这些错误:

无法启动此程序,因为计算机中丢失api-ms-win-crt-conio-l1-1-0.dll 。尝试重新安装该程序以解决此问题。

应用程序无法正常启动(0xc000007b)。请单击确定”关闭应用程序。

Cannot find Py_Main() in: ……/python3.dll

大概率是缺乏VC运行库导致。

下载安装VC运行库即可解决。
https://aka.ms/vs/17/release/vc_redist.x64.exe

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named. Review the issue's Windows 7 and Python 3.8.10 error examples, then locate the project's user-facing setup or troubleshooting documentation if it exists. Done means the documented symptoms and VC runtime guidance are incorporated in a clear, maintainable location.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation, operating-systems
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.