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


Groups > comp.lang.python > #26195

Re: Python Error

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'happen,': 0.07; 'rewrite': 0.07; 'subject:Error': 0.07; 'works.': 0.07; 'python': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'module,': 0.17; 'module': 0.19; 'earlier': 0.21; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'maybe': 0.29; 'code': 0.31; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'built-in': 0.35; 'problem,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'method': 0.36; 'problems': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'kind': 0.61; '30,': 0.62; 'skip:n 10': 0.63; 'jul': 0.65; 'window,': 0.84; 'yrs': 0.84
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:to :content-type; bh=QvpAfNooyBsHFqUSAqLJ6z6KGkvBpMijuaYE1GLkodg=; b=HoYGIfivYp+KuJWNAk6vftbTf0ECppd3siuWvUUQJQYKkhxLNA90ryxbdtYyqDj3D3 b8mKfEmNQiMWFJkueHbEzXDjuxxFGaZ3fbYl+GThy7GDptH8SyfksQOEso3MxFjUoNh6 dUafX0RtZI8Gy/y0wNV0DdyCXIY6yB1oQCcZ/BGHS6TXB+qz7FnXwasr3VEMOOHJkwBN 3kSLiUkHq4swV8bvNheTv4hVOXoH9ttF7e4YetHuCXxcPvUwI9xqNLWyfWtYXJ3viHW5 IVKknJQfU0OTjDuMRrVsqFkS1htJAOr4W8Pa4a5Sjb6ljykzdDFPWdMaWstFMqiRGyGb FMqQ==
MIME-Version 1.0
In-Reply-To <35b4e1bf-0f99-4c9d-bd40-8f44ba100510@googlegroups.com>
References <81818a9c-60d3-48da-9345-0c0dfd5b25e7@googlegroups.com> <35b4e1bf-0f99-4c9d-bd40-8f44ba100510@googlegroups.com>
Date Mon, 30 Jul 2012 01:12:19 +1000
Subject Re: Python Error
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.2691.1343574742.4697.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343574742 news.xs4all.nl 6924 [2001:888:2000:d::a6]:59175
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26195

Show key headers only | View raw


On Mon, Jul 30, 2012 at 12:36 AM,  <subhabangalore@gmail.com> wrote:
> If this kind of problems happen, --rare but in my 6 yrs Python experience happened sometimes--then I take a new window, rewrite or copy the earlier code module by module, give a new method name--believe it or not--- works.

If that solves your problem, it may be that you inadvertently shadowed
a built-in - maybe you assigned to "set" or "list" or something.

ChrisA

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


Thread

Python Error subhabangalore@gmail.com - 2012-07-29 02:27 -0700
  Re: Python Error Peter Otten <__peter__@web.de> - 2012-07-29 13:08 +0200
  Re: Python Error subhabangalore@gmail.com - 2012-07-29 05:30 -0700
    Re: Python Error Thomas Jollans <t@jollybox.de> - 2012-07-29 14:45 +0200
    Re: Python Error Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-29 14:53 +0100
    Re: Python Error Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-29 14:01 +0000
    Re: Python Error Emile van Sebille <emile@fenx.com> - 2012-07-29 07:42 -0700
  Re: Python Error Roy Smith <roy@panix.com> - 2012-07-29 10:23 -0400
    Re: Python Error subhabangalore@gmail.com - 2012-07-29 07:41 -0700
  Re: Python Error Jürgen A. Erhard <jae@jaerhard.com> - 2012-07-29 15:57 +0200
    Re: Python Error Duncan Booth <duncan.booth@invalid.invalid> - 2012-07-30 11:15 +0000
  Re: Python Error subhabangalore@gmail.com - 2012-07-29 07:36 -0700
    Re: Python Error Chris Angelico <rosuav@gmail.com> - 2012-07-30 01:12 +1000

csiph-web