Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:help': 0.07; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'apache': 0.14; 'subject:python': 0.14; 'cares': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:run': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'am,': 0.23; 'unix': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; "doesn't": 0.26; 'message-id:@mail.gmail.com': 0.27; 'this.': 0.28; 'cgi': 0.29; 'occurred': 0.29; 'file': 0.34; 'received:google.com': 0.35; 'necessary.': 0.35; 'subject:?': 0.36; 'subject:: ': 0.37; 'subject:with': 0.40; 'your': 0.60; 'town': 0.63; 'chrisa': 0.84; 'concept,': 0.84; 'to:none': 0.91; 'walking': 0.91 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=IFqygaz60IiVVUmAeRwEhdFDmK8Adyl5Di6D/Wt+kK0=; b=WQYVws3gNfFgBDv2+5M/ZQJFek3Ay11HY4QBPGShcptfZNTa6J4eNDUYXvY1FeY0eK +aUUrAynPbjKn8K1l+w67CjpVHAUqZrIJEOijWzUBuXF69a6kL77yCnToUsGhL50j+bg B/t136gQxeqxg4kh9W7mfaWF7oK3gFMoJjaSGAWp4TEjgvm5gT4obk4acY1T/6pGahI9 uMJaPXxZ3s9D2VGHJ58CWYuVART7u2yOBSvy/cgJ+yaFDhKSsBhEHLA2NMzFunMa/96y +VWqtnDi6Hu7iPTyHe4V9S9FPdTV2nPH/7olpmhKYY8hp7C4fcF+F8MZzQwtOesExTQB 9PbA== MIME-Version: 1.0 X-Received: by 10.107.41.142 with SMTP id p136mr21337887iop.19.1441552416433; Sun, 06 Sep 2015 08:13:36 -0700 (PDT) In-Reply-To: <201509061503.t86F3em8004355@fido.openend.se> References: <3877a9ae-edbd-4d36-925a-5cb3789bd1bd@googlegroups.com> <31ec836b-4cb0-4079-8c12-f6b66a5cd143@googlegroups.com> <361cf277-b469-4873-891d-0153498794ef@googlegroups.com> <201509061503.t86F3em8004355@fido.openend.se> Date: Mon, 7 Sep 2015 01:13:36 +1000 Subject: Re: Can anyone help me run python scripts with http.server? 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441552424 news.xs4all.nl 23781 [2001:888:2000:d::a6]:44706 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96070 On Mon, Sep 7, 2015 at 1:03 AM, Laura Creighton wrote: > As I was walking around town it occurred to me to ask if you have > made your something.py file executable? I don't even know if > apache on windows cares about such things, though if you are using cgi > and a unix like system you will need to do this. Windows doesn't have that concept, so it's not necessary. ChrisA