Re: [python-win32] Looking for python-win32 version of EasyGUI

2009-02-07 Thread Robin Becker
Chaim Krause wrote: I have an very small application that uses a single multichoicebox from EasyGUI. Because of the limitations of tkinter, I cannot get a single exe file using py2exe. I was wondering if anybody had created something similar to EasyGUI, but using python-win32. The idea being

[python-win32] OT: MS Office Addin -- Guidance/Advice

2009-02-07 Thread geoff
Hello, I am sorry for troubling people on this list, however, I am hoping someone can steer me in the right direction. I would like to create an Addin for MS-Office that would allow me to store a copy of a document/email/spreadsheet in an external database. IOW, when I have the doc/email/xls open

Re: [python-win32] Looking for python-win32 version of EasyGUI

2009-02-07 Thread Thomas Heller
Robin Becker schrieb: > Chaim Krause wrote: >> I have an very small application that uses a single multichoicebox from >> EasyGUI. Because of the limitations of tkinter, I cannot get a single >> exe file using py2exe. >> >> I was wondering if anybody had created something similar to EasyGUI, but

[python-win32] reliability issues with ReadDirectoryChangesW

2009-02-07 Thread Eric Blade
I am getting significantly unreliable results using ReadDirectoryChangesW, attempting to use a simplified version of the codes that had been presented to me in my last query for help.. It's kind of messy, but here's the relevant bits of code.. if os.name == 'nt':