[python-win32] a question about and error

Tim Roberts timr at probo.com
Wed Nov 15 17:26:18 EST 2017


On Nov 14, 2017, at 11:00 AM, Elitsa Hineva <elitsa.hineva at abv.bg> 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, timr at probo.com
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20171115/7c5ae0a9/attachment.html>


More information about the python-win32 mailing list