[python-win32] win32com, excel and wx

Mark Hammond mhammond at skippinet.com.au
Thu Sep 30 01:02:52 CEST 2004


> In the demo excelAddin (\Lib\site-packages\win32com\demos), a
> win32ui.MessageBox is used. I was wondering is it/would it be possible
> to use wx instead of win32ui?

For simple message boxes, win32gui should expose all you need and avoids MFC
etc.  I believe wx has some support for Python and COM, but I don't know any
details.

Mark



More information about the Python-win32 mailing list