Scientific Libraries in Python

Brian Gough bjgough at network-theory.spam.trap.co.uk
Wed Nov 21 12:38:42 EST 2001


On Thu, 15 Nov 2001 16:24:15 -0800, Chris Barker <chrishbarker at home.net> wrote:
> Fernando Pérez wrote:
>> GSL -- The GNU Scientific Library at http://sources.redhat.com/gsl
>> There may be licensing issues that need to be addressed.
> 
> It is GPL'd, which is a pity, it seems a prime candidate for the LGPL.
> Anyway, it would seem to me that linking it with Python would be license
> issue, although Python's current license is supposed to be "GPL
> Compatible". Does anyone know what that means? Can this be clarified by
> someone who knows what they are talking about? I'd love to know whether
> this is a project I should delve into.

The Python License is GPL-compatible, and the Python-GSL wrappers are
under the GPL so there's no problem in using GSL with Python.  

For example gdbm is under the GPL and the gdbm module is a standard
part of python.

regards
Brian Gough

-- 
remove the spam trap to reply



More information about the Python-list mailing list