Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'attribute': 0.07; 'class,': 0.07; 'exception,': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'creates': 0.14; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'why.': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'gives': 0.31; 'code': 0.31; 'easier': 0.31; 'know.': 0.32; 'beginning': 0.33; 'message.': 0.35; 'problem': 0.35; 'received:google.com': 0.35; 'error.': 0.37; 'that,': 0.38; 'entire': 0.61; 'such': 0.63; '2015': 0.84; "it'd": 0.84; 'armed': 0.91; 'to:none': 0.92 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=puHhJGEErHb0I6flinAVmXmmbTI9xjmzN205BQpL4jw=; b=EJrRYOdNFFDA2GoRpeF5BSNU+BNV7n0f+lJrALjFGZpBwrZJPlus1MNuRR7UdtCJd6 0DwC8AMuSvZg2XPRnPbl7a3V39Dedm2REzWIFumW3sJTcI8VpE/exOWyjlo5MgkWt+tQ bXf8YqCYZbB7h+HUJS8viDDY6Qw1QnM7RVmnYDiz/xCOR154/p8RX4nfFCgXJ7IlVO2r XrJdNZ/pt4Lqbfxbhs2JoeG/XfngHBqVBlDJ1GAbXwRzvM8ClWyu40XMNkSxMoV8DUIq MeEVNXI1NlV8LydQfi3kdTkCCFONon64mGXbTpqpLiA9nTG7GSAIe3ZZJ1fqJOSe7/lQ 87LQ== MIME-Version: 1.0 X-Received: by 10.140.20.226 with SMTP id 89mr30671768qgj.43.1421616641095; Sun, 18 Jan 2015 13:30:41 -0800 (PST) In-Reply-To: <1011993346.1782746.1421614249388.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com> References: <1011993346.1782746.1421614249388.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com> Date: Mon, 19 Jan 2015 08:30:41 +1100 Subject: Re: Attribute error 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.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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421616650 news.xs4all.nl 2904 [2001:888:2000:d::a6]:44674 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83999 On Mon, Jan 19, 2015 at 7:50 AM, Mahendra Prajapati wrote: > I'm facing this problem with python class, while practising the python > programming language.It creates an attribute error. > I use windows 7 OS. i don't why. > I just need to know why it gives such an error. > please let me know. It'd be easier to help you if you post your code and the entire exception, from the beginning of the traceback to the message. Armed with that, we'll be better able to advise! ChrisA