Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27287

Re: Crashes always on Windows 7

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; '*not*': 0.07; 'subject:Windows': 0.09; 'python': 0.09; 'happens.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'specific.': 0.09; 'tcl/tk': 0.09; 'terry': 0.09; 'bug': 0.10; 'library': 0.15; 'file,': 0.15; 'slightly': 0.15; '11:09': 0.16; 'closes': 0.16; 'doing,': 0.16; 'fine.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'previously': 0.18; 'shell': 0.18; 'windows': 0.19; 'trying': 0.21; 'meant': 0.21; 'seems': 0.23; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'important.': 0.27; 'header:X-Complaints-To:1': 0.28; 'fine': 0.28; 'worked': 0.30; 'idle': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'open': 0.35; 'pm,': 0.35; 'too.': 0.35; 'there': 0.35; 'received:org': 0.36; 'really': 0.36; 'does': 0.37; 'being': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'you.': 0.61; 'email addr:gmail.com': 0.63; 'subject': 0.66; 'hours': 0.66; 'confusion.': 0.84; 'received:fios.verizon.net': 0.84; 'subject:always': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Crashes always on Windows 7
Date Sat, 18 Aug 2012 02:26:33 -0400
References <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com> <b3cc7f5a-a413-45cf-b601-403b2ec6617f@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-173-75-251-66.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0
In-Reply-To <b3cc7f5a-a413-45cf-b601-403b2ec6617f@googlegroups.com>
X-BeenThere python-list@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-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3443.1345271220.4697.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1345271220 news.xs4all.nl 6840 [2001:888:2000:d::a6]:40527
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27287

Show key headers only | View raw


On 8/17/2012 11:09 PM, zmagic11@gmail.com wrote:

> Hi Hi, sorry for the confusion. Yes, I meant ActiveState
> ActivePython. It worked fine for a few hours and now every time I
> open up the IDLE Shell, it opens fine. Then when I try to open a
> previously made file, the shell immediately closes and nothing else
> happens.

> When I enter Python in the command line, I get the
> ActivePython information.

Being specific is really important. The subject line is slightly 
misleading. Python is working fine for you. Idle is too. I *suspect* you 
are trying to open via a Library or Favorite. There is a known issue 
that this does not work on Win 7 and it seems to be a bug in tcl/tk or 
Windows that we have no control or responsibility for. Opening via a 
normal directory works fine. If the above is *not* what you are doing, 
please be exactly specific.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 06:38 -0700
  Re: Crashes always on Windows 7 Dave Angel <d@davea.name> - 2012-08-17 10:54 -0400
  Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-17 15:07 -0400
  Re: Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 20:09 -0700
    Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-18 01:25 -0400
    Re: Crashes always on Windows 7 Terry Reedy <tjreedy@udel.edu> - 2012-08-18 02:26 -0400
  Re: Crashes always on Windows 7 zmagic11@gmail.com - 2012-08-17 23:18 -0700
    Re: Crashes always on Windows 7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-18 13:27 -0400
    Re: Crashes always on Windows 7 Terry Reedy <tjreedy@udel.edu> - 2012-08-18 13:32 -0400

csiph-web