First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
How annoying that the DLL name isn't provided for you. I'm afraid there isn't much I could do to help you, but here is a guess:
the win32api
file is part of the pywin32 package. Which doesn't normally ship with Python, and is an optional extra. I think PSSE would normally install it, but perhaps the installation is broken, or someone selected "no" to installing the additional package.
So here is a link to the official project page for pywin32
http://sourceforge.net/projects/pywin32/. I'd try to re-install the version for Python 2.7 Windows.