[python-win32] Bug: Not letting through the readable error?

2005-10-13 Thread Andrew Markebo
Hi! I am trying to generate a DirectX API(?) by myself instead if using makepy.py. So I do: >>> import win32com.client.gencache >>> LVClass = win32com.client.gencache.EnsureDispatch("LabVIEW.Application") And I get: Traceback (most recent call last): File "", line 1, in ? File "C:\PROGRA

[python-win32] Control-C

2005-10-13 Thread Sean Q. Hendricks
Hi all, I've looked around, but I wasn't able to find anything about this issue. I am writing an application that calls a separate windows application as a process. That's not a problem, I can get it to run and do what it needs to do. However, the normal way to stop the separate windows app

Re: [python-win32] Control-C

2005-10-13 Thread Gabriel Genellina
At Thursday 13/10/2005 17:33, you wrote: I've looked around, but I wasn't able to find anything about this >issue. I am writing an application that calls a separate windows >application as a process. That's not a problem, I can get it to run and >do what it needs to do. However, the normal way

Re: [python-win32] Control-C

2005-10-13 Thread Mark Hammond
> I've looked around, but I wasn't able to find anything about this > issue. I am writing an application that calls a separate windows > application as a process. That's not a problem, I can get it to run and > do what it needs to do. However, the normal way to stop the separate > windows applic