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
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