How to unload COM objects?

René Doucet rdoucet at copernic.com
Fri Apr 6 10:40:30 EDT 2001


How can I unload x in :

- from win32com.client.dynamic import Dispatch
- x = Dispatch("XApplication.Application")
- x.<whatever needs to be done : Open, Close...>
- Need to re-initialize : x = nil

René Doucet
Sofware Developper, Copernic.com





More information about the Python-list mailing list