RE: [python-win32] win32com, excel and wx
by Mark Hammond other posts by this author
Sep 29 2004 11:02PM messages near this date
Re: [python-win32] win32com, excel and wx
|
Re: [python-win32] MSWord: Server Busy
> 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
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
|