[olug] Any Python Coders?

Christopher Cashell topher at zyp.org
Tue Oct 23 04:49:32 UTC 2001


On Mon, Oct 22, 2001 at 11:08:31PM -0500, Mike Hostetler wrote:
> Another question is GUIs . . . Python comes with Tkinter, which is the
> standard GUI.  I prefer wxPython, which is a Python wrapper for
> wxWindows, a cross-platform C++ GUI wrapper for the standard GUI libs.  There
> exists wxGTK, wxMotif, and wxWin32.  The neat thing about it is that it
> uses the standard widget of the OS/lib it's on, the the users will never know.
> Tkinter uses Tk widgets, which look different then the standard widgets.
> Of course, Tkinter has a good book on how to program it, and they've
> never wrote one for wxPython.  Too bad . . . but check out wxPython at
> www.wxpython.org. 

I'm not much of a Python person (I usually go with C/C++ for big stuff,
Perl for smaller stuff, and Scheme for playtime), but I have to agree
with Mr. Hostetler with regards to wxWindows.

I've used it with C++ and Perl in the past, and it really is a great
GUI framework.  The libraries are set up in an extremely intelligent
and easy to use manner, and it works great.  If there's Python bindings
for it, that'd be a great way to do your GUI's.

> Mike Hostetler

-- 
Christopher

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

For help contact olug-help at bstc.net - run by ezmlm
to unsubscribe, send mail to olug-unsubscribe at bstc.net
or `mail olug-unsubscribe at bstc.net < /dev/null`
(c)2001 OLUG http://www.olug.org

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_




More information about the OLUG mailing list