Hi All,

So I'm currently having an issue with pywin32, I keep getting this OLE
error:
Error: (-2146233036, 'OLE error 0x80131534', None, None), is there anyone
who is familiar with how to solve this issue or knows what the root cause
is? I'm trying to connect to an application called INCA from ETAS but I
keep getting this error. Any help would be appreciated thanks!

Best,
A.U

import win32com.client
import os
import sys

def start_inca_measurement():
    try:
        # Create a COM object
        inca_app = win32com.client.Dispatch("Inca.Inca.7.4")
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to