We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3253 commit c6c7f11Copy full SHA for c6c7f11
1 file changed
docs/Knowledge-Base.md
@@ -31,9 +31,9 @@ ImportError: DLL load failed: The specified module could not be found.
31
```
32
33
Then most probably this is caused, because you are missing
34
-"msvcp140.dll" dependency (for Python 3 for example). This
+"msvcp140.dll" dependency (for Python 3.5/3.6 for example). This
35
is a dependency for Python C++ extensions (eg. cefpython_py36.pyd
36
-depends on it). For Python 3 to fix this download
+depends 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)
38
(13 MB) - this is just a VC++ redistributable, not a Visual Studio
39
package. For 32-bit download "vc_redist.x86.exe" file and for
0 commit comments