Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.081 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'jan': 0.12; 'called.': 0.16; 'subject:post': 0.16; 'wiki?': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'cc:addr:python.org': 0.22; 'error': 0.23; 'cc:2**0': 0.24; 'post': 0.26; 'chris': 0.29; 'am,': 0.29; 'points': 0.29; 'errors': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'lines': 0.31; 'run': 0.32; 'says': 0.33; 'fri,': 0.33; 'problem': 0.35; 'subject: (': 0.35; 'case,': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'does': 0.39; 'extremely': 0.39; 'though,': 0.39; 'sure': 0.39; 'read': 0.60; 'full': 0.61; 'here:': 0.62; 'show': 0.63; 'such': 0.63; 'to:addr:gmail.com': 0.65; 'charset:windows-1252': 0.65; 'subject:Value': 0.84; 'subject:read': 0.84; '"how': 0.91; 'can\x92t': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=D+aSjj0GbWP4q2041Ym67W8tHu4JgC7s9ACea1Sc0qo=; b=bMSW4i7xt5iZsZKk7OFKspyAVudSnanJL6GhEjWNOqyA4Nw5gH2LaQ5BUTdFS9yIyi GFdfHnW0MsgS7pHkoZOfh5KyVrFoMgWXnzgt8uHmpd5SydXcOYDYjGmrLtPigyc9ERrB od3lyGs00aflUANIwy0tr36aoVzg/ZSiqdKRi08l1/IzvlCppUESGPSoSmvTiuX0rk7t Wvrx67gjzrThJ6svIKwB9Kkf6ba1PlRTMyZtQv2zm0xNj1O3caeZtLi1Wox3uuBTX1Lu TtW7UPIAFyzB86FF+jtxRWCpmnG6gIjIDVgBLkB29+NO65hWe2Nc9angouqsJwBctnXF BDDQ== X-Received: by 10.68.212.163 with SMTP id nl3mr93030539pbc.25.1388721521070; Thu, 02 Jan 2014 19:58:41 -0800 (PST) MIME-Version: 1.0 From: Rustom Mody Date: Fri, 3 Jan 2014 09:28:21 +0530 Subject: How to read and post tracebacks (was Registry Key Value Help) To: Chris Angelico Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388721530 news.xs4all.nl 2869 [2001:888:2000:d::a6]:52242 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63025 On Fri, Jan 3, 2014 at 8:35 AM, Chris Angelico wrote: > On Fri, Jan 3, 2014 at 11:12 AM, J. McGaha wrote: >> When I run the this code I get an error that says the =91int=92 can=92t = be called. >> > > Python errors include full backtraces that show exactly what's going > on. They are extremely helpful, so when you post questions like this, > you should copy and paste the whole thing. > > In this case, though, I'm pretty sure the problem is here: Hey Chris! Why not write up a few lines on "How to read and post python tracebacks" and post it on the wiki? If you feel like just summarizing the points and let someone else post it, I or someone else can do it [Or does such a page already exist?]