I'm experimenting with a pythoncom client which uses a ctypes.com
server.  I have the impression that DispatchWithEvents somehow doesn't
clean up correctly.  If I call pythoncom.CoUninitialize() before exiting
the client script, the server will be closed.  Not calling
CoUninitialize() will leave the server running.

Is there a reason why pythoncom doesn't call CoUninitialize() itself?

Thomas

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to