Shareware in Python

I

Ivan Sas

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
 
D

David Wahler

Ivan said:
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
 
M

Magnus Lycka

Ivan said:
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.

GPL compatible means "can be used as a component in GPL software".
It doesn't imply that the Python licence is GPL equivalent in
the way that it restricts the licence for software that includes
it as a component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top