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

2009-02-08 Thread Chaim Krause
Thanks for the suggestions folks. I took a look at all of them, but none of them meant my requirements for a EasyGUI-like wrapper for dialog boxes using the win21 API. What I ended up doing was going with Pythoncard. It was simple enough for me to use that within one day I had ported my app to

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

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