EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

ImportError: DLL load failed: The specified procedure could not be found. Import win32api #119

Open saroz0 opened 4 years ago

saroz0 commented 4 years ago

import win32api ImportError: DLL load failed: The specified procedure could not be found.

It throws the exception , Exception: pywin32 library required. but i already installed pywin32, pip install pywin32, it satisfies the installed module but still giving me above error.