PeterI''d say everything that uses a GPL''d module is derived work and must also beGPL''d. It doesn''t matter how you distribute it. If the module is under theLGPL you could use it in a closed source app but must make available anychanges to the original module.Peter 我讨厌尝试回答这样的问题(IANAL等),但这里有...... 如果您的代码导入了一个GPL模块,那么它是一个派生的工作,它以相同的方式链接到GPL库的C代码是派生的工作。如果您想要分发代码,那么您必须使用GPL兼容许可证。 py2exe对您能做什么和不能做什么没有任何区别。 /> PhilI hate trying to answer questions like this (IANAL etc), but here goes...If your code imports a GPL module then it is a derived work in the sameway that C code linked against a GPL library is a derived work. If youwant to distribute your code then you must use a GPL compatible license.py2exe doesn''t make any difference to what you can and cannot do.Phil 所以我的应用程序代码必须是GPL'即使我从未分发 模块?仅插入行的行为 " import someGPLdmodule" 使我的_source_code_成为派生作品,因此必须 GPL'了?这听起来不对。 如果模块在LGPL下,你可以在一个封闭的源应用程序中使用它,但必须对原始版本进行任何更改模块。So my application code must be GPL''d even if I never distributethe module? The mere act of inserting the line"import someGPLdmodule"Makes my _source_code_ a derived work, and therefore must beGPL''d? That just doesn''t sound right. If the module is under the LGPL you could use it in a closed source app but must make available any changes to the original module. - 格兰特爱德华兹格兰特哇! TAILFINS !! ...点击...... visi.com--Grant Edwards grante Yow! TAILFINS!!...click...atvisi.com 这篇关于GPL和Python模块。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!