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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'source,': 0.04; 'subject:Python': 0.05; 'source.': 0.05; 'subject:file': 0.07; 'received:internal': 0.09; 'python': 0.11; 'read.': 0.13; 'wed,': 0.15; 'interpreter': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'readable': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'subject: .': 0.22; 'header:In-Reply-To:1': 0.24; 'source': 0.31; 'open': 0.33; 'to:addr:python-list': 0.35; "isn't": 0.35; 'being': 0.36; 'should': 0.37; 'received:10': 0.37; 'subject:: ': 0.37; 'received:66': 0.38; 'someone': 0.38; 'mean': 0.38; 'application': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'your': 0.60; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.62; 'anyone.': 0.72; '09:33,': 0.84; 'sue': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=2pWXK4WnDUWKHxa4umrQBUIXEVg=; b=nWI4bF USr5Og62khSostocQ3K0qTuuVpW+i+04PCc6zWZzmr+otcmybroYA/ARGV7dIEIM z9n6NW0F3QyGSWW9pM+QoMicPYfXpCD3IwpOvlI/k9afL8DDE5FEAE+wRDSE3iU8 jG4uqJi9WSSWdYZY9v0QWw14ZAdS8Z4P7mDEM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=2pWXK4WnDUWKHxa 4umrQBUIXEVg=; b=IWZzeDnkFeUUsbpNdSiDWo8+4NIEvBQTM1GwWPT8GeYekn/ gmMW4wg8qZ1sdzBTfLOxskeAR0BimpPOTftureZ2xBV6qplxGrxbV+5CpMwUYjUd wpHI+ROaySKphXlzyrK+Jkz9Yn4Xe42u0Q3t+gk8ZuPWSwCnJGxxAg0mMBps= X-Sasl-Enc: SvKnXUMRfgNO3OyezDrNYm8ISX2hFTUqnUpNFaisky0r 1434550655 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-32536285 In-Reply-To: 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> Subject: Re: Creating .exe file in Python Date: Wed, 17 Jun 2015 10:17:35 -0400 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434550667 news.xs4all.nl 2831 [2001:888:2000:d::a6]:43701 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92752 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.