GPL and Python modules.

Jorge Godoy godoy at ieee.org
Mon Oct 25 20:04:42 EDT 2004


Steve Holden <steve at holdenweb.com> writes:

> Looks that way. Time was, authors would use the LGPL for libraries 
> (which was why it was developed in the first place). But if someone puts 
> a module under the GPL then any integrated use of that module is a 
> dervied work and must, if redistributed, be put out under the GPL.

Reading a prior post here, there was one thing that could be done:
writing an interface module, releasing the source for such an interface
module, and communicating with it through pipes, RPC, etc.  It would
separate your code from the other and free you from the obligation of
using GPL.

-- 
Godoy.     <godoy at ieee.org>



More information about the Python-list mailing list