Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.058 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'python.': 0.02; 'subject:not': 0.03; 'subject:Python': 0.06; 'advocate': 0.07; 'mess': 0.09; 'duplicates': 0.16; 'excellent!': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'quoted': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'issue.': 0.22; 'text,': 0.24; 'mon,': 0.24; 'versions': 0.24; 'posts': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'newer': 0.30; 'message-id:@mail.gmail.com': 0.30; 'context.': 0.31; 'monday,': 0.33; 'problem': 0.35; 'done.': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'solving': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'read': 0.60; 'blank': 0.60; 'new': 0.61; 'first': 0.61; "you'll": 0.62; "you've": 0.63; 'more': 0.64; 'total': 0.65; 'due': 0.66; 'groups.': 0.74; 'lack': 0.78; 'inform': 0.78; 'glad': 0.83; 'thanking': 0.84; 'assisting': 0.91; '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; bh=fOB1nXddQQ/shVkuBcQx2YiE0f8XZlEPlQU9M223R70=; b=i+Xi6ihh9CROIiom6PM3+Jo6vyuGo53VQs4sYSFmM5VIyEZ1dhKSv2lUkIoaB5w9kR TCWpgH18fPscVgqEkXasDe/n/Hw52HCXOhrCZNcKqrnlReN7A+7XCj3HzgLGVwx1kqJo eedeMld77NO3lE+P03RhIAWm1OMS0y5GtUxVjdda+i/Xy4XpeUaQ6Lj257FPWkpUVLjV BMzQ2s6fDqBNTs9M5WObPIT167j764XK92j7jRc5cZvgdp4gXoIYo/47uu9421p036wT AHqO/ZI28qY6NFO7392FUdSQL6d4IBltfOvkhKd9paatHesYqzA8dz1AbPpIntUdrfhE FX+Q== MIME-Version: 1.0 X-Received: by 10.52.37.109 with SMTP id x13mr5447589vdj.10.1367812951147; Sun, 05 May 2013 21:02:31 -0700 (PDT) In-Reply-To: <80b237bb-7990-4c48-9060-ca3f957de4de@googlegroups.com> References: <9ace60b8-a07d-41bc-ac9f-507f6c61f955@googlegroups.com> <9d2513ed-2738-4b6f-92af-82c1faa54da2@googlegroups.com> <80b237bb-7990-4c48-9060-ca3f957de4de@googlegroups.com> Date: Mon, 6 May 2013 14:02:31 +1000 Subject: Re: Python not starting From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1367812959 news.xs4all.nl 15920 [2001:888:2000:d::a6]:37984 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44798 On Mon, May 6, 2013 at 1:15 PM, wrote: > On Monday, May 6, 2013 3:59:01 AM UTC+5:30, Chris Angelico wrote: >> On Mon, May 6, 2013 at 4:15 AM, DRJ Reddy wrote: >> I did read and understood that while replying if > is there we will get a blank line unnecessarily. >> If you read that page, you'll know that it does NOT advocate the total >> elimination of quoted text, which is what you've now done. Please >> don't. Your posts now lack any form of context. >> ChrisA > > Sorry ChrisA,not only him for all, for the mess i have created.It was the first time for me on google groups. > I am very happy to inform all of you that the problem is solved. The problem was due to the prescence of duplicates for genericpath.pyc and stat.pyc.I have deleted them and new ones were generated as i started python. > Thanking all of you for assisting me in solving the issue. Excellent! Glad it's sorted. The .pyc problem is, if I understand correctly, more permanently solved in newer versions of Python. So this won't ever be an issue again :) ChrisA