Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'source,': 0.04; 'subject:Python': 0.05; 'source.': 0.05; 'subject:file': 0.07; 'cc:addr:python-list': 0.10; 'python': 0.11; 'read.': 0.13; 'wed,': 0.15; 'interpreter': 0.15; 'thu,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'readable': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'subject: .': 0.22; 'am,': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'opposed': 0.27; 'message-id:@mail.gmail.com': 0.28; "doesn't": 0.28; 'work.': 0.30; 'source': 0.31; 'code': 0.31; 'open': 0.33; 'received:google.com': 0.34; "isn't": 0.35; 'being': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'someone': 0.38; 'mean': 0.38; 'application': 0.39; 'does': 0.39; 'your': 0.60; 'more': 0.62; 'making': 0.64; 'anyone.': 0.72; '09:33,': 0.84; 'chrisa': 0.84; 'sue': 0.84; 'to:none': 0.90 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=jx3+6VGe4RiaiqtF77mnJHOIm3fvk4plLpz2CgTmMxU=; b=knijPdffh8x2Ho4/yD9zFdCOB+I4Tbno9SsfWxWQrQgdt5ZjsUPfGXv2tXpystyftX qbBOWmojxPu8W7+xjWz/ZhkAee3+UlqAZYegUpwkuRhPYlZHRxck7ErAzmgoP/lPT3sr MBABH4xu8oXORujFPygm422SCDep3J0ppSO9Yul5WwUrCXJS1OTJ1aXKgP9w+eFnPVnd /pnh2yq8KBEyerpwolCUb9fKBsfEZ3LV1p2b58R6QDy+eWXtDkQg9TYFCNO59LaG6Ykh W4r7a1EmAkPQVwiJcyK5PUqD4cfX5N0hLhexVMjEzQa9Fkf9gDteCULzSLSpGRqAAdoL z5ow== MIME-Version: 1.0 X-Received: by 10.107.134.198 with SMTP id q67mr8463275ioi.27.1434551925875; Wed, 17 Jun 2015 07:38:45 -0700 (PDT) In-Reply-To: <1434550655.3796249.298024217.353C5B17@webmail.messagingengine.com> References: <349bb66f-bd3c-47ec-bd1d-35f46d23cf95@googlegroups.com> <2219d0b2-24a4-498b-b981-456faf0ceb44@googlegroups.com> <5f6b802f-049b-48e3-b1fd-a5915b7f3dbb@googlegroups.com> <2de8f2c1-5a92-4f8b-be2d-c793de69d463@googlegroups.com> <9e068291-09c2-4b2a-8e1c-8803050cfba1@googlegroups.com> <1434550655.3796249.298024217.353C5B17@webmail.messagingengine.com> Date: Thu, 18 Jun 2015 00:38:45 +1000 Subject: Re: Creating .exe file in Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434551929 news.xs4all.nl 2906 [2001:888:2000:d::a6]:57706 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92756 On Thu, Jun 18, 2015 at 12:17 AM, wrote: > On Wed, Jun 17, 2015, at 09:33, hamilton wrote: >> However, the python source can be read by anyone. >> >> As a .exe, the source can not be read. >> >> Just because the interpreter is open source, >> does not mean my application should be. > > Being readable isn't the same thing as being open source. If someone > steals your application, you can sue them. Right, though most people who look at obscuring their code are more concerned with making it impossible (as opposed to illegal) to see the source. And that's the one that doesn't work. ChrisA