Nicer Tkinter on UNIX?
Gerhard Häring
gh_pythonlist at gmx.de
Thu Oct 4 00:59:12 EDT 2001
More information about the Python-list mailing list
Thu Oct 4 00:59:12 EDT 2001
- Previous message (by thread): Nicer Tkinter on UNIX?
- Next message (by thread): Nicer Tkinter on UNIX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Oct 04, 2001 at 01:51:25PM +1000, Nicholas FitzRoy-Dale wrote: > On 3 Oct, Mark Berry wrote: > > > > If you are looking for a very good looking interface on unix, you > > should go over to www.thekompany.com and take a look at the python > > bindings for QT. > > Without wanting to waste time with licensing wars, I'm a bit concerned > about using the Qt bindings. The way I understand it, since the bindings > are GPLed (and have to be, since Qt free edition is GPLed), any Python > code I write must also be released under the GPL. > > Is this correct? No, if you distribute it only in-house, it doesn't matter at all. If you distribute it outside your organisation, you need to license it under a *GPL compatible* license (like BSD, the new Python license and many others). Check out the FSF/GNU site on what they and their lawyers consider "compatible". Gerhard -- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0 public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
- Previous message (by thread): Nicer Tkinter on UNIX?
- Next message (by thread): Nicer Tkinter on UNIX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list