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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to