[python-win32] OLE Server Busy dialog box

Diogo odiogo at kameruuh.eu
Fri Aug 4 13:42:32 CEST 2006


> Unless you are using the win32ui module, its unlikely you qualify as an "MFC
> COM client".

I'm not using the win32ui. And this makes me wonder I would get this box.

> | Another way to suppress the server busy dialog box is to use
> | OleInitialize and OleUninitialize instead of AfxOleInit in your
> | application.
>
> which are easy to call.
The program was using CoInitialize() only. Now it uses OleInitialize().
The "busy message" doesn't appear always, and with OleInitialize it
stopped appering in my computer. But while running in another computer
it still appears.

BTW, there's no OleUninitialize. Should I use the Co one?

Thanks for the help,
Diogo


More information about the Python-win32 mailing list