pleiszenburg / zugbruecke

Calling routines in Windows DLLs from Python scripts running under Linux, MacOS or BSD
https://zugbruecke.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
111 stars 11 forks source link

Import *.pyd file #67

Open AStupidBear opened 4 years ago

AStupidBear commented 4 years ago

How can I import a pyd file?

s-m-e commented 4 years ago

A pyd-file is a special kind of a DLL. In theory, it should be possible to "import" it with zugbruecke although it might be complicated. I'll try, maybe I can make it work.