bnjmnp / pysoem

Cython wrapper for the Simple Open EtherCAT Master Library
MIT License
95 stars 36 forks source link

DLL load failed while importing pysoem #110

Closed tomhira closed 12 months ago

tomhira commented 1 year ago

Hi, I recently switched PC to Windows 10 Pro. and installed Python 3.11.4 and pysoem 1.1.3. and I got this error. import pysoem ImportError: DLL load failed while importing pysoem

does someone had same experience, and inform me how to solve it?

datviNasser commented 12 months ago

Had same issue with Python 3.7.0 and pysoem 1.1.3: Could solve it with an installation of npcap driver https://npcap.com/#download

tomhira commented 12 months ago

Hello datviNasser. Thanks for help! It happened in the process of installing Wireshark, winPcap was not installed. Error went away. Best regards, Tom