[wxPython-users] Re: Re: Releasing an app (wxPython)

massimo sandal massimo.sandal at unibo.it
Wed Aug 30 05:38:04 PDT 2006


Donn Ingle ha scritto:
>>> Imaging Library will qualify as a fully free app - i.e not depending on
>>> proprietary software at all.
>> Wait. Do you directly link a proprietary library?
>> In this case, you should better look about licensing. I don't think GPL
>> allows GPL code to link proprietary libraries - research about it.
> Ah right. I should have thought about that.
> I did go to the PIL website, but it's not clear what type of licence they
> use. I suppose I'll have to ask them directly.

It seems to me a BSD (old fashion)-like:
"Permission to use, copy, modify, and distribute this software and its =

associated documentation for any purpose and without fee is hereby =

granted, provided that the above copyright notice appears in all copies, =

and that both that copyright notice and this permission notice appear in =

supporting documentation, and that the name of Secret Labs AB or the =

author not be used in advertising or publicity pertaining to =

distribution of the software without specific, written prior permission."

Quite hazy. If you distribute or derive your code from that software, =

this should be GPL-incompatible: the requirements after "and that the =

name..." are restrictive for the GPL.
However linking should be different, since all the GPL-incompatible =

requirements of the PIL licence apply only to redistribution, not use or =

linking, so GPL should be safe.
I'd stick with GPL and mail to the GNU guys for advice, if you're really =

concerned.

>> setup.py is not *that* hard I think, guessing from the docs, but I've
>> never coded one (although I'll have to do it soon...)
> I found the docs about distutils to be too concise. They really should sp=
ell
> things out a litte more and use more and better examples.
> I have struggled for over 5 hours on this and have finally got a working
> solution. (I gleaned more info from other files
> in /usr/lib/python2.4/site-packages/ than in the docs!)
> =

> I will leave you with some hints:

Thanks!

m.

-- =

Massimo Sandal
University of Bologna
Department of Biochemistry "G.Moruzzi"

snail mail:
Via Irnerio 48, 40126 Bologna, Italy

email:
massimo.sandal at unibo.it

tel: +39-051-2094388
fax: +39-051-2094387
-------------- next part --------------
A non-text attachment was scrubbed...
Name: massimo.sandal.vcf
Type: text/x-vcard
Size: 274 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20060=
830/920eca1f/massimo.sandal.vcf


More information about the wxpython-users mailing list