[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: python and gui



On Thu, Feb 08, 2001 at 01:05:54PM +0530, Kiran Jonnalagadda wrote:
> No, fetchmailconf uses Tcl.
> 
> Tcl is the standard GUI for Python, but bindings for Gtk+/GNOME are 
> available too. I'm not sure about the KDE camp, but there must be bindings 
> available there too.

Yes. Search for PyQt and PyKDE. I maintain these packages for FreeBSD.
If you really want to write a cross platform GUI that works on Windows
too, try wxPython. Qt for windows is non-free.

	-Arun