Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'gpl': 0.07; 'subject:license': 0.07; 'received:151': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '(the': 0.15; 'gpl.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:gnu': 0.16; 'url:licenses': 0.16; 'wrote:': 0.17; 'library,': 0.17; 'non': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.28; 'definition': 0.29; 'no,': 0.29; 'source': 0.29; 'distribute': 0.30; 'to:addr:python-list': 0.33; 'software,': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'skip:n 10': 0.63; 'subject: & ': 0.67; 'commercial': 0.73; 'received:libero.it': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Vito De Tullio Subject: Re: pyqt4 & qt license Date: Sun, 10 Mar 2013 05:45:56 +0100 References: <8bb998ea-858c-4aff-b8e6-36f1acfdc621@googlegroups.com> <6137bdf6-4944-4fe3-8286-20cfba30dcef@5g2000yqz.googlegroups.com> <7041ce65-5551-4cdc-a312-b473b7e0c04a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: ppp-67-16.26-151.libero.it User-Agent: KNode/4.10.1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362890773 news.xs4all.nl 6840 [2001:888:2000:d::a6]:36666 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40999 D. Xenakis wrote: > Can someone develop a closed source but NON-commercial software, by using > PyQT4 GPL license? no, by definition of GPL: if you are using a GPL library, you must distribute your software as GPL. (the GPL does not care about commercial / non commercial) http://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL -- ZeD