File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ ImportError: DLL load failed: The specified module could not be found.
3131```
3232
3333Then most probably this is caused, because you are missing
34- "msvcp140.dll" dependency (for Python 3 for example). This
34+ "msvcp140.dll" dependency (for Python 3.5/3.6 for example). This
3535is a dependency for Python C++ extensions (eg. cefpython_py36.pyd
36- depends on it). For Python 3 to fix this download
36+ depends on it). For Python 3.5/3.6 to fix this download
3737[ Visual C++ Redistributable for VS2015] ( https://www.microsoft.com/en-us/download/details.aspx?id=48145 )
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
You can’t perform that action at this time.
0 commit comments