Don't use wx, use native Windows controls that already exist on the machine. That makes the application very small.
That said, I disagree that 3.5Mb is too much to download. It only takes about 7 seconds on my machine (cable modem). If your users won't wait that long, they weren't very interested in your application. -Larry [EMAIL PROTECTED] wrote: > I develop shareware applications that need to be extremely slim (less > than 1 MB is preferable). > > Delphi applications easily meet this requirement and I can expect end > users to download the .NET framework (if they don't already have it!). > > However, I cannot expect users to download 3.5 MB. > > For corporate clients, size does not matter the least, but for end > users, anything that is a couple of megs seems "bloated". > >> For your distribution, just move your DLLs to the appropriate system >> folder. That's what DLLs do. You throw them in system32, forget they >> were there in the first place, and the Linker Troll does the rest for >> you. > -- http://mail.python.org/mailman/listinfo/python-list
