File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Then most probably this is caused, because you are missing
3434"msvcp140.dll" dependency (for Python 3.5/3.6 for example). This
3535is a dependency for Python C++ extensions (eg. cefpython_py36.pyd
3636depends on it). For Python 3.5/3.6 to fix this download
37- [ Visual C++ Redistributable for VS2015] ( https://www.microsoft.com/en-us/download/details.aspx?id=48145 )
37+ [ Visual C++ Redistributable for VS2015] ( https://www.microsoft.com/en-us/download/details.aspx?id=52685 )
3838(13 MB) - this is just a VC++ redistributable, not a Visual Studio
3939package. For 32-bit download "vc_redist.x86.exe" file and for
404064-bit download "vc_redist.x64.exe" file.
@@ -44,12 +44,6 @@ This dependency is added by Cython when building CEF Python
4444module. It seems that Python 3.6 only ships "vcruntime140.dll"
4545which is the DLL for the C runtime library.
4646
47- Rant: It would be nice if Guido van Rossum would stop his
48- academic approach to Python development and would not have
49- created Python 3 incompatibility hell. It would also be nice
50- if he shipped msvcp140.dll along with vcruntime140.dll, so
51- that Python 3 supports C++ extensions as well.
52-
5347On a side note, when using pyinstaller/py2exe tools for
5448freezing application into exe then these tools should
5549automatically detect the msvcp140.dll dependency and ship it
You can’t perform that action at this time.
0 commit comments