On Tue, Mar 6, 2012 at 11:06 PM, Jeffrey Van Voorst <[email protected]> wrote: > For pyjd? or does GPL2 get in the way there (netsurf is licensed under > GPL2). I am not that well versed how GPL2 would affect a tool that > uses a python extension module. In other words, supposing one tried > to use netsurf for pyjamas desktop, would the python extension module > that is used (or whatever glue is used) to provide pyjamas access to > the DOM have to be a separate code base from pyjamas itself? Or does > a GPL2 python extension module, in principle, "infect" the entire > python program that loads such a module?
interesting. perhaps it might be worthwhile subscribing to the list and raising that, because they do plan to turn netsurf into a library. if however that library is GPLv2 it has a bit of an impact. if... on the other hand, they used something like COM, it wouldn't make any difference, because COM has a runtime and even a networking barrier between applications. l.

