What GUI-lib to use

Lyle Johnson jlj at cfdrc.com
Thu Sep 30 09:05:46 EDT 1999


If you're looking for more of a Windows look-and-feel (reading between
the lines of "a more modern look") you can take a look at FXPy:

	http://www.airnet.net/ljohnson/FXPy

which is the Python interface to the FOX library:

	http://www.cfdrc.com/FOX/fox.html

FOX runs on Windows 95/98/NT and the various Unices. And (as I think
Robin said in *his* recommendation of wxPython) I'm a little biased
here.

Lyle

On Wed, 29 Sep 1999 11:08:33 +0200, Thomas Weholt <thomas at bibsyst.no>
wrote:

>Hi,
>
>I get the feeling Tk is the de facto standard for GUI-development in
>Python. I`ve looked at Gtk and KDE, but find Gtk the most appealing to
>use. Tk looks  - well, rather old. My main concern is that the gtk-lib
>is to premature to use for gui-development, that the libs. change too
>much and that it`s hard to keep projects backwards-compatible. This
>thoughts are based on "feelings", I`ve not dived into the code or coded
>any gui so far using any of them. I`ve just seen/had problems with
>installing programs using different gtk-versions, older not compatible
>with new ones and vica versa. KDE is an option, but I`d rather use Gtk
>for a number of reasons, most of which are based on personal taste
>rather than any technical aspects.
>
>I want to develop GUIs to simple scripts fast, writing as little code as
>possible, but still making it understandable. Looked at GLADE. How does
>this work with Python? 
>
>Could Tk get a more modern look perhaps and solve all our problems?
>
>Any ideas, thoughts ??
>
>Thomas Weholt





More information about the Python-list mailing list