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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'plenty': 0.07; 'subject:file': 0.07; 'themselves,': 0.09; 'cc:addr:python-list': 0.10; 'wed,': 0.15; 'server,': 0.15; 'thu,': 0.15; '(rather': 0.16; 'agree.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'software.': 0.22; 'subject: .': 0.22; 'am,': 0.23; 'code.': 0.23; '2015': 0.23; 'header:In-Reply- To:1': 0.24; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.28; 'host': 0.28; "i'm": 0.29; 'that.': 0.30; 'code': 0.31; 'run': 0.32; 'problem': 0.33; "d'aprano": 0.33; 'steven': 0.33; 'server': 0.34; 'received:google.com': 0.34; 'but': 0.36; 'there': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'available.': 0.37; 'pm,': 0.39; 'sure': 0.40; 'free,': 0.60; 'your': 0.60; 'is.': 0.63; 'making': 0.64; 'here': 0.66; 'believe': 0.67; 'wish': 0.72; 'protect': 0.74; 'chrisa': 0.84; 'ideas.': 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=JmPTXiLzWV15uOqMpcPVa9f8k+MtDe4BupLL569a3XY=; b=mqTlBOLXgFpc0f55s7mh3DpZClHpDBDzac/Yt1qowGLz8q0W9C6pm3gRbGdBmITy0K Gryj0Q35mlqVFzQn6+CEmx94T9CTpdrDUtqTU3cfSVxbyqPdQj1Q4AtanCmCIfZm1QGh k14Enwd13dflOCVBKufj4uAIYWTfp4fZ+gVU8auWhdbXJJ7Unk5CfqlUyo8hYfd7caog M0MYfewcm/4uvhXNyw/0D0cFyipzqPgtAnrc0RR67PApVFohfbxnc/+nA46DKd+yyFCj +fq6N4YNDRzIi8r4pwpejuWj675snnqjvWenqJMJGKXjPwIHTeLmDlUBKkfZMhIpZiVZ BdwA== MIME-Version: 1.0 X-Received: by 10.107.134.198 with SMTP id q67mr8999126ioi.27.1434556732796; Wed, 17 Jun 2015 08:58:52 -0700 (PDT) In-Reply-To: <558194a8$0$1672$c3e8da3$5496439d@news.astraweb.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> <558194a8$0$1672$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 18 Jun 2015 01:58:52 +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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434556742 news.xs4all.nl 2937 [2001:888:2000:d::a6]:38665 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92768 On Thu, Jun 18, 2015 at 1:39 AM, Steven D'Aprano wrote: > On Wed, 17 Jun 2015 11:52 pm, Chris Angelico wrote: > >> If you truly want to protect your code from prying eyes, therefore, >> there's only one way to do it: host it on a server, and let people >> access the server without seeing the code. > > Stop giving people ideas. Not sure what the problem here is. There are plenty of servers that run closed-source software. Yes, there are people like rms who believe that *all* software should be free, but I don't agree. There are people who wish to keep their code to themselves, and they should be allowed to do that. I'm just pointing out that they then have to go to the effort of making the *service* (rather than the software) available. ChrisA