Message from discussion
Strange Behavior on Python 3 Windows Command Line
Received: by 10.68.74.201 with SMTP id w9mr10665424pbv.0.1329164214266;
Mon, 13 Feb 2012 12:16:54 -0800 (PST)
Path: wr5ni21277pbc.0!nntp.google.com!news1.google.com!news3.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path: <arno...@gmail.com>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@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: <f676490c-e98f-4e0b-8c45-ff0748ff877b@m24g2000yqb.googlegroups.com>
References: <f676490c-e98f-4e0b-8c45-ff0748ff877b@m24g2000yqb.googlegroups.com>
Date: Mon, 13 Feb 2012 20:16:13 +0000
Subject: Re: Strange Behavior on Python 3 Windows Command Line
From: Arnaud Delobelle <arno...@gmail.com>
To: waylan <way...@gmail.com>
Cc: python-l...@python.org
X-BeenThere: python-l...@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-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.5775.1329164176.27778.python-l...@python.org>
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: ab...@xs4all.nl
Content-Type: text/plain; charset=UTF-8
On 13 February 2012 19:50, waylan <way...@gmail.com> 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