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


Groups > comp.lang.python > #42138

Re: No errors displayed but i blank scren nstead.

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.038
X-Spam-Evidence '*H*': 0.94; '*S*': 0.01; 'python,': 0.02; 'charset:iso-8859-7': 0.04; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'exception': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'provide.': 0.31; 'fri,': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'mar': 0.68; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=8mLZ0iEBHo068Yf2/QVwW0O4Sru9sgOTxA9Fn95ZNIg=; b=WriFBfTQ8dkEufJpYJkIPSfDBoMH9whASY7IWKbqsQXy736IY6js2O8sxNMpr4Ceyp iULlJSkWAwbukeWD/1Y4wTlgcgQb3RJ6Bwde08qhrUXlrA4gN8Qhv8ysXt8DIjJ2zflz MyQy2s5gpwmfAWDFdsSqBpUbCRGAtI3dkwWlECExOo4GrrBVrCBrbgUQv0ZuhSFYc67/ fdjqNMIUnqLYXT0GYCDTFjGftTF8BsPY9a5euibS9esSjRfkraELNvGLWhyBwUedr+TN dTd43l+gMYPI2bEqnM6na0uX+B2FSaJ2gDAcv/D5ftX5HaxLHnyNPP3LU4XEP4sh4RA3 arTQ==
MIME-Version 1.0
X-Received by 10.52.67.164 with SMTP id o4mr22899000vdt.42.1364482696034; Thu, 28 Mar 2013 07:58:16 -0700 (PDT)
In-Reply-To <1f7b3a17-8f90-48c8-889c-d60da47a2f47@googlegroups.com>
References <ce228c70-4adb-46b2-be10-93dde6a39760@googlegroups.com> <96fcb30a-9857-4016-ae6e-7b07eab2d03a@googlegroups.com> <1f7b3a17-8f90-48c8-889c-d60da47a2f47@googlegroups.com>
Date Fri, 29 Mar 2013 01:58:15 +1100
Subject Re: No errors displayed but i blank scren nstead.
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3880.1364482703.2939.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1364482703 news.xs4all.nl 6889 [2001:888:2000:d::a6]:49851
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:42138

Show key headers only | View raw


On Fri, Mar 29, 2013 at 1:46 AM, Νίκος Γκρ33κ <nikos.gr33k@gmail.com> wrote:
> <!-- The above is a description of an error in a Python program, formatted
>      for a Web browser because the 'cgitb' module was enabled.  In case you
>      are not reading this in a Web browser, here is the original traceback:
>
> Traceback (most recent call last):
>   File "metrites.py", line 28, in &lt;module&gt;
>     host = socket.gethostbyaddr( os.environ['REMOTE_ADDR'] )[0]
>   File "/opt/python3/lib/python3.2/os.py", line 450, in __getitem__
>     value = self._data[self.encodekey(key)]
> KeyError: b'REMOTE_ADDR'
>
> -->

Oh look, an exception traceback! In all this time of using Python,
Nikos, have you learned how to read these?

Very courteous of it to provide.

ChrisA

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


Thread

No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 07:19 -0700
  Re: No errors displayed but i blank scren nstead. Miki Tebeka <miki.tebeka@gmail.com> - 2013-03-28 07:42 -0700
    Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 07:46 -0700
      Re: No errors displayed but i blank scren nstead. Chris Angelico <rosuav@gmail.com> - 2013-03-29 01:58 +1100
        Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:04 -0700
        Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:04 -0700
          Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:20 -0700
            Re: No errors displayed but i blank scren nstead. Chris Angelico <rosuav@gmail.com> - 2013-03-29 02:25 +1100
              Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:51 -0700
                Re: No errors displayed but i blank scren nstead. Chris Angelico <rosuav@gmail.com> - 2013-03-29 02:59 +1100
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 09:10 -0700
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 09:10 -0700
              Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:51 -0700
              Re: No errors displayed but i blank scren nstead. Walter Hurry <walterhurry@lavabit.com> - 2013-03-28 17:24 +0000
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 10:47 -0700
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 11:37 -0700
                Re: No errors displayed but i blank scren nstead. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-28 19:02 +0000
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 12:05 -0700
                Re: No errors displayed but i blank scren nstead. Joel Goldstick <joel.goldstick@gmail.com> - 2013-03-28 15:24 -0400
                Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 12:05 -0700
          Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:20 -0700
    Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 07:54 -0700
    Re: No errors displayed but i blank scren nstead. Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 08:56 -0700
  Re: No errors displayed but i blank scren nstead. nagia.retsina@gmail.com - 2013-03-29 12:26 -0700
    Re: No errors displayed but i blank scren nstead. nagia.retsina@gmail.com - 2013-03-29 12:27 -0700
      Re: No errors displayed but i blank scren nstead. Chris Angelico <rosuav@gmail.com> - 2013-03-30 06:34 +1100
        Re: No errors displayed but i blank scren nstead. Neil Cerutti <neilc@norwich.edu> - 2013-03-29 20:14 +0000
          Re: No errors displayed but i blank scren nstead. Walter Hurry <walterhurry@lavabit.com> - 2013-03-29 21:14 +0000
        Re: No errors displayed but i blank scren nstead. nagia.retsina@gmail.com - 2013-03-29 13:34 -0700
        Re: No errors displayed but i blank scren nstead. nagia.retsina@gmail.com - 2013-03-29 13:34 -0700
  Re: No errors displayed but i blank scren nstead. nagia.retsina@gmail.com - 2013-03-29 12:27 -0700

csiph-web