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

2009-02-06 Thread Chaim Krause
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 that I could replace

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