X Tutup
Skip to content

Commit c6c7f11

Browse files
committed
Update KB doc
1 parent 4cc3253 commit c6c7f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Knowledge-Base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ ImportError: DLL load failed: The specified module could not be found.
3131
```
3232

3333
Then 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
3535
is 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
3939
package. For 32-bit download "vc_redist.x86.exe" file and for

0 commit comments

Comments
 (0)
X Tutup