Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-24 Thread Mark Hammond
On 25/04/2012 7:14 AM, Deniz Pelvan wrote: Hello again Mark,I am not sure what you mean by direct call? The COM object is loaded inproc (i.e. the COM object is not in a service proc and I don't see any temp processes created by python or pywin32) but I thought you were using the IDispatch interf

Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-24 Thread Deniz Pelvan
Hello again Mark,I am not sure what you mean by direct call? The COM object is loaded inproc (i.e. the COM object is not in a service proc and I don't see any temp processes created by python or pywin32) but I thought you were using the IDispatch interface to find and load the dll & object rath