When I tried to load a dll by python3 on Windows Server 2019 standard (Desktop Experience). I got "self._handle = _dlopen(self._name, mode) OSError: [WinError 126]
The specified module could not be found". The same dll works fine on Windows 10. Microsoft Visual C++ redistributable and .NET Framework have been installed. What else can I do to make it work?