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

Whoops, user error. I had declared my com object as global so I could delete it 
from somewhere
else, but forgot to declare it as global before deleting it....

Works fine now, thanks.

And for anyone coming down this path, I mentioned a way to get the reference 
count of a com
object, just remembered how to do it:

sys.getrefcount(kb)








__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to