Re: [python-win32] Facing issue while connecting to alm via python

2019-01-29 Thread Tim Roberts
Neeraj Chhabra wrote: I have one requirement, in which i need to connect to HP ALM and log a defect in jira using python. i tried to connect to alm through pywin32. but getting error. please check below code snippet and error - ... IDispatch = pythoncom.connect(IDispatch) pywintypes.com_error

[python-win32] Facing issue while connecting to alm via python

2019-01-29 Thread Neeraj Chhabra
Hi team, I have one requirement, in which i need to connect to HP ALM and log a defect in jira using python. i tried to connect to alm through pywin32. but getting error. please check below code snippet and error - *code -* import win32com from win32com.client import Dispatch qcServer = "" qcU