Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'behavior.': 0.07; 'python': 0.08; 'debugging': 0.13; 'received:209.85.214.174': 0.13; 'cursor': 0.16; 'dances': 0.16; 'happens.': 0.16; 'strangely': 0.16; 'subject:Behavior': 0.16; 'cc:addr:python-list': 0.16; 'subject:Windows': 0.17; 'wrote:': 0.18; '3.2': 0.18; 'appears': 0.19; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'command': 0.24; 'fine': 0.24; 'windows': 0.26; 'cc:2**0': 0.26; 'tried': 0.27; 'asking': 0.28; "i'm": 0.28; 'script': 0.28; 'message-id:@mail.gmail.com': 0.29; 'weird': 0.29; 'installed': 0.29; 'cc:addr:python.org': 0.29; 'error': 0.30; 'does': 0.32; "can't": 0.33; 'it?': 0.33; 'running': 0.34; 'window': 0.35; 'received:209.85.214': 0.36; 'suddenly': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'computer.': 0.38; 'received:209.85': 0.38; 'received:209': 0.39; 'your': 0.61; 'ever': 0.64; 'assistance': 0.70; 'day.': 0.72; 'click': 0.78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hs3Di4zg1Cnnq3LgLY108fw9R5mJAjSs4aqkzNxrESk=; b=i09beYrUYpUuLQdL1XCvnjcZZ9pnSPRxFMgwXw4qbMK10GP0MEf05C3QVxKe9kFvKP rPimpi+9eL1l5XaBeDLeFgdbZhoVGc6aq+VyhT0aC83C5gea63gjoCIHbit0rzK/F62m 6CqQc5Tl34SSxoxAT+mnp7+GeeZRm6Kxqnz0Q= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 13 Feb 2012 20:16:13 +0000 Subject: Re: Strange Behavior on Python 3 Windows Command Line From: Arnaud Delobelle To: waylan Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329164176 news.xs4all.nl 6966 [2001:888:2000:d::a6]:41303 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20364 On 13 February 2012 19:50, waylan wrote: > When I try running any Python Script on the command line with Python > 3.2 I get this weird behavior. The cursor dances around the command > line window and nothing ever happens. Pressing Ctr+C does nothing. > When I close the window (mouse click on X in top right corner), an > error dialog appears asking me to "force" it to close. I'm not a Windows user, so I can't be of assistance but it may help others if you explained how you installed Python 3.2 on your computer. Also have you tried reinstalling it? > Strangely it was working fine the other day. Then while debugging a > script it suddenly started do this and now does this for every script How were you debugging? -- Arnaud