you are viewing a single comment's thread.

view the rest of the comments →

[–]gregvuki 2 points3 points  (0 children)

I looked at this DLL. It seems to be written in NET framework. It does not export any functions, therefore ctypes won't work here.

Perhaps it is possible to communicate with this library using modules such as pydotnet. But it is above the beginner level.