Skip to content

Commit

Permalink
[doc] update doc about Microsoft Visual C++
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 authored Feb 4, 2024
1 parent 499e197 commit 8a0c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module '...\lib\site-packages\pyexiv2\lib\exiv2.dll' (or one of its dependencies). Try using the full path with constructor syntax.
```
- 这是因为该路径的 exiv2.dll 文件不存在,或者你需要安装 [Microsoft Visual C++ 2015-2019](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019)
- 这是因为 exiv2.dll 文件不存在,或者你需要安装 [Microsoft Visual C++ 2015-2019](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019) 才能识别该文件。

## API 列表

Expand Down

0 comments on commit 8a0c249

Please sign in to comment.