Traceback (most recent call last):
  File "C:\Python\Lib\site-packages\snap7\f.py", line 43, in <module>
    plc = c.client.Client()
  File "C:\Python\lib\site-packages\snap7\client.py", line 37, in __init__
    self.library = load_library()
  File "C:\Python\lib\site-packages\snap7\common.py", line 54, in load_library
    return Snap7Library(lib_location).cdll
  File "C:\Python\lib\site-packages\snap7\common.py", line 47, in __init__
    self.cdll = cdll.LoadLibrary(self.lib_location)
  File "C:\Python\lib\ctypes\__init__.py", line 434, in LoadLibrary
    return self._dlltype(name)
  File "C:\Python\lib\ctypes\__init__.py", line 356, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

The error that i am getting.