Re: [Tutor] Small GUI toolkit and executable creators

2005-02-04 Thread Patrick Kirk
That looks fine size wise. Thanks. Ismael Garrido wrote: Patrick Kirk wrote: Hi all, I'm writing an application that will distributed by download and want it to be as small as possible. The target platform is Windows. Use UPX, 7Z and NSIS. ;-) (and in that order, too :-P) That's with Py2exe, ne

Re: [Tutor] Small GUI toolkit and executable creators

2005-02-04 Thread Alan Gauld
> I'm writing an application that will distributed by download and want it > to be as small as possible. The target platform is Windows. In that case distribute Python source not executables! Or write in assembler... > For the GUI toolkit, I am looking at wxPython and tkinter. For a small > app