bnjmnp / pysoem

Cython wrapper for the Simple Open EtherCAT Master Library
MIT License
96 stars 37 forks source link

ImportError:DLL load failed while importing pysoem: The specified module could not be found. #78

Closed powerfulkitten closed 2 years ago

powerfulkitten commented 2 years ago

I used 'setup.py' to install the 'pysoem' package. Then I try to run 'basic_example.py' from examples. But the console show 'ImportError:DLL load failed while importing pysoem: The specified module could not be found.' Maybe I miss some other installation steps. Thanks for your help!! question

powerfulkitten commented 2 years ago

Ok, maybe I found the answer. I forget 'Make sure you check "Install Npcap in WinPcap API-compatible Mode" during the install' this installation step. great