stefanomoriconi / libmpMuelMat

The libmpMuelMat library is a multi-platform set of computational tools for polarimetric Mueller matrix image processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem loading compiled shared libraries wrapped in Python 3.8 and 3.10 [Windows 11]

stefanomoriconi opened this issue · comments

Experienced issue while loading compiled shared libraries with Python 3.8 and 3.10 in Windows 11.
Problem with ctypes library loading 'libmpMuelMat.dll':

FileNotFoundError: Could not find module 'C:~\C-libs\libmpMuelMat.dll' (or one of its dependencies). Try using the full path with constructor syntax.

Currently, no known solution. Different Python version (3.11) may solve the problem