Jump to content
  • 0

OSError: [WinError 126] dwf = cdll.dwf


RubenPadial

Question

Hello,

I'm trying to execute Waveforms python examples  but i get the following error:

Traceback (most recent call last):
  File "C:\Program Files (x86)\Digilent\WaveFormsSDK\samples\py\AnalogInDigitalIn_Acquisition.py", line 17, in <module>
    dwf = cdll.dwf
  File "C:\Python37\lib\ctypes\__init__.py", line 426, in __getattr__
    dll = self._dlltype(name)
  File "C:\Python37\lib\ctypes\__init__.py", line 356, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126]: The specified module could not be found

Could you help me?

Thank you in advance. 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...