Shareware in Python

David Wahler dwahler at gmail.com
Fri Nov 4 11:22:23 EST 2005


Ivan Sas wrote:
> I want to create some shareware program in Python. Can I distribute
> this program with
> python24.dll file from Python 2.4.2?  I'm not sure if Python GPL
> compatible license allowing for doing it.
> Thanks,
> Ivan Sas

Python is distributed under its own license, not the GPL: see
http://www.python.org/2.4.2/license.html for details. I've just skimmed
it, and it looks like you're fine as long as you include the Python
license agreement and copyright notice.

-- David




More information about the Python-list mailing list