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 8a0c249 commit e19f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Language: [English](./Tutorial.md) | [中文](./Tutorial-cn.md)
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.
```
- This is because the exiv2.dll file for the path does not exist, or you need to install [Microsoft Visual C++ 2015-2019](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019).
- This is because exiv2.dll is missing, or you need to install [Microsoft Visual C++ 2015-2019](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019) to recognize the file.

## API list

Expand Down

0 comments on commit e19f4bf

Please sign in to comment.