An Example Python/Windows App with Source?

David Bolen db3l at fitlinxx.com
Mon Apr 9 18:48:46 EDT 2001


"Dry Ice" <nomail at nomail.com> writes:

> Anybody know of a small-to-moderate app
> with source code which might serve as a
> learning framework?

Try downloading wxPython (http://www.wxpython.org) and checking out
its demo - it shows off just about all the various pieces of the UI,
and you can snarf any portion of the demo code for use in your own
project.

It's layered on top of wxWindows, but wxWindows makes use of the
native API as much as possible, so it looks just like a true Win32 API
application.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list