Little tool - but very big size... :-(

Peter Hansen peter at engcorp.com
Tue Feb 21 14:00:58 EST 2006


Larry Bates wrote:
> Since the target is Windows only, consider using win32gui
> (part of Mark Hammonds win32 extensions) calls to use
> native Windows controls.  That way you can eliminate
> wxWindows altogether.  If all you need is a file dialog,
> it isn't very difficult.

A good point, and one the developer of Venster thought of as well, since 
he's already done much of this work (and without even requiring 
win32gui, as he went through the lighter-weight ctypes). 
http://venster.sourceforge.net/htdocs/index.html

(I haven't tried using this myself, but there's an 800K example of a 
Windows GUI app included on that page for download.)

-Peter




More information about the Python-list mailing list