Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92756

Re: Creating .exe file in Python

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 <rosuav@gmail.com>
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> <mailman.487.1434385760.13271.python-list@python.org> <5f6b802f-049b-48e3-b1fd-a5915b7f3dbb@googlegroups.com> <mailman.515.1434467117.13271.python-list@python.org> <2de8f2c1-5a92-4f8b-be2d-c793de69d463@googlegroups.com> <mailman.518.1434470627.13271.python-list@python.org> <9e068291-09c2-4b2a-8e1c-8803050cfba1@googlegroups.com> <mailman.547.1434547236.13271.python-list@python.org> <mlrssm$j8p$1@dont-email.me> <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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.554.1434551929.13271.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Jun 18, 2015 at 12:17 AM,  <random832@fastmail.us> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 04:42 -0700
  Re: Creating .exe file in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-15 13:07 +0100
    Re: Creating .exe file in Python sohcahtoa82@gmail.com - 2015-06-15 10:09 -0700
  Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 15:01 +0200
    Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 06:42 -0700
      Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 16:44 +0200
  Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 07:03 -0700
    Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 07:40 -0700
  Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 09:11 -0700
    Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 18:29 +0200
      Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 03:46 -0700
      Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 06:56 -0700
        Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-16 17:04 +0200
          Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 08:17 -0700
            Re: Creating .exe file in Python Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-16 10:00 -0600
            Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 02:03 +1000
              Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 09:23 -0700
              Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 06:10 -0700
                Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 23:20 +1000
                Re: Creating .exe file in Python hamilton <hamilton@nothere.com> - 2015-06-17 07:33 -0600
                Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 23:52 +1000
                Re: Creating .exe file in Python Steven D'Aprano <steve@pearwood.info> - 2015-06-18 01:39 +1000
                Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 08:46 -0700
                Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-18 01:58 +1000
                Re: Creating .exe file in Python random832@fastmail.us - 2015-06-17 10:17 -0400
                Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:30 -0700
                Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-18 00:38 +1000
                Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 06:33 -0700
                Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-17 15:54 +0200
                Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:04 -0700
  Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:16 -0700
    Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-17 17:21 +0200
      Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 08:30 -0700

csiph-web