the script contains:
import win32api
When I run it, it gives me an error message “ImportError: DLL load failed: %1 is not a valid Win32 application.”
I googled it and do accordingly whatever found including downloaded and installed from http://sourceforge.net/projects/pywin32/, and also moved both files ‘pywintypes27.dll’ and ‘pythoncom27.dll’ to disk location c:\Python27\Lib\site-packages\win32. However the problem persists.
What can I do to have it working?
thanks.