[Tutor] Tkinter licence(?)

alan.gauld@bt.com alan.gauld@bt.com
Fri, 27 Jul 2001 17:38:05 +0100


> This may be silly answer but where do I wind legal issues of using
> Tkinter library? PyGTk is GPL 

The Python license is approximately GPL (2.x should 
be fully compatible with GPL) - the same in spirit 
with minor divergences.

> secondly, I'm trying to learn making GUI. Is there such neat
> option as drag n' drop in PyGtk/Tkinter.

GT may but I don't think Tk supports it.

> If there is good tutorials/HOWTO:s about principal of making
> GUIs please let me know

A very basic intro is on my web site:

http://www.crosswinds.net/~agauld/tutgui.htm

And the Tkinter section of the python web site contains 
lots more advanced stuff. The official tutor and reference 
are both referenced there.

Several books also cover Tkinter.

HTH,

Alan G