Why so few Python jobs? (and licenses)

Gerhard Häring gh_pythonlist at gmx.de
Tue Oct 9 02:41:03 EDT 2001


On Mon, Oct 08, 2001 at 07:51:08PM -0700, Paul Rubin wrote:
> I don't think anything in the standard Python library is GPL'd.
> (GPL-compatible yes, GPL'd no).

But AFAIK some functionality is only there if you link against GPL'd
libraries like GMP (for arbitrary length Python longs), readline and
maybe others I forgot.

So you should perhaps still be careful before distributing a binary
version of Python and linking in your own modules.

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')))




More information about the Python-list mailing list