On Nov 14, 2017, at 11:00 AM, Elitsa Hineva <[email protected]> wrote: > > I am trying to run a GIS model for wind fetch calculation but it didn't work. > Instead I have received the following note: > > <class 'pywintypes.com_error'>: (-2147467259, 'Unspecified error', None, None) > Failed to execute (fetch_jjr). > > What do i need to do to solve this problem?
You need to contact the people who wrote your GIS interface. That is 0x80004005, which is the very generic error E_FAIL. The only people who can help you are the authors of the module. — Tim Roberts, [email protected] Providenza & Boekelheide, Inc.
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
