I also get the error "Member not found", which only occurs with 220 and 221, 219 works fine. Our COM object is 32 bit, and I tried it with the following: pywin32 219 builds worked with 32 bit Python 2.7, 3.3, 3.4, 3.5 (pwin32 219 does not support 3.6). pywin32 221, 220 builds failed with 32 bit Python 2.7, 3.3, 3.4, 3.5, 3.6. The python code uses win32com.client.Dispatch, and the error occurs on the last line, tl.Config = cn : cr = win32com.client.Dispatch("Creator") cn = cr.CreateConfig("config")...
I also get the error "Member not found", which only occurs with 220 and 221, 219 works fine. Our COM object is 32 bit, and I tried it with the following: pywin32 219 builds worked with 32 bit Python 2.7, 3.3, 3.4, 3.5 (pwin32 219 does not support 3.6). pywin32 221, 220 builds failed with 32 bit Python 2.7, 3.3, 3.4, 3.5, 3.6. The python code uses win32com.client.Dispatch, and the error occurs on the last line, tl.Config = cn : cr = win32com.client.Dispatch("Creator") cn = cr.CreateConfig("config")...
I also get the error "Member not found", which only occurs with 220 and 221, 219 works fine. Our COM object is 32 bit, and I tried it with the following: pywin32 219 builds worked with 32 bit Python 2.7, 3.3, 3.4, 3.5 (pwin32 219 does not support 3.6). pywin32 221, 220 builds failed with 32 bit Python 2.7, 3.3, 3.4, 3.5, 3.6. The python code uses win32com.client.Dispatch, and the error occurs on the last line, tl.Config = cn : cr = win32com.client.Dispatch("Creator") cn = cr.CreateConfig("config")...