New submission from evaldas <eval...@gmail.com>:

OS: x64 Windows 10 Professional 1903 fresh installation (with latest updates)

Python 3.8 app (final version 3.8.0, not RC) installation from Microsoft Store 
adds two shortcuts to the Start menu:
- Python 3.8
- IDLE (Python 3.8)

Clicking the "Python 3.8" (python3.8.exe) starts Python interpreter - all fine 
and good.

Clicking the "IDLE (Python 3.8)" (idle3.8.exe) displays only the error message 
"MSVCP140.DLL was not found" (I do not remember exact sentence, because 
eventually I manually installed Microsoft Visual C++ Redistributable for Visual 
Studio 2015, 2017 and 2019).

----------
assignee: terry.reedy
components: IDLE, Windows
messages: 354765
nosy: evaldas, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Microsoft Store app IDLE (Python 3.8) has dependency on msvcp140.dll
type: crash
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38492>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to