Alec Bennett wrote:
>
>> What is preventing you from shutting down in an orderly way?
>>     
>
> I'm controlling an onscreen keyboard through a Com interface and when I 
> attempt to close it I get
> a Com Server error telling me there are still connections to the Com object, 
> am I sure I want to
> close it? I found a method to show references to the Com object and it would 
> always show 2
> references, but I forgot what that code is so I can't repeat it.
>
> Here's how I'm launching my Com object:
>
> import win32com.client
> kb = win32com.client.Dispatch("Kbd.mfSoftkeys")
> kb.LoadKeyboard("keyboard_file.kbd")
>   

Interesting.  You're saying that the normal
    del kb
is not enough to clean this up?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to