On 2008.11.09 08:58:31 +0000, Luis Gonzalez wrote: > I try to do this code , but i can't get it work so i would try PIL , Can i > use PIL in an GPL python project?
PIL's license looks just like the 3-clause BSD license. http://www.pythonware.com/products/pil/license.htm The 3-clause BSD license is considered GPL-compatible by the FSF. http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses So I think this is fine. -- David Ripton [EMAIL PROTECTED] _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
