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


Groups > comp.lang.python > #27283

Re: Crashes always on Windows 7

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.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.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.09; 'python': 0.09; 'commonly': 0.09; 'exits': 0.09; 'happens.': 0.09; 'icon': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'script,': 0.09; 'stdout': 0.09; 'aug': 0.13; 'file,': 0.15; '"to': 0.16; '.py': 0.16; 'closes': 0.16; 'drag': 0.16; 'fine.': 0.16; 'pythonwin': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'script.': 0.17; 'previously': 0.18; 'shell': 0.18; 'windows': 0.19; 'trying': 0.21; 'meant': 0.21; 'install,': 0.22; 'command': 0.24; 'script': 0.24; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'fine': 0.28; 'run': 0.28; 'worked': 0.30; 'fri,': 0.30; 'window': 0.30; 'system,': 0.32; 'file': 0.32; 'idle': 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'likely': 0.33; 'hi,': 0.33; 'screen': 0.34; 'list': 0.35; 'whatever': 0.35; 'open': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'editor': 0.37; 'itself': 0.37; 'option': 0.37; '(for': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; "you'll": 0.62; 'email addr:gmail.com': 0.63; 'results': 0.65; 'hours': 0.66; 'lack': 0.71; 'clicking': 0.75; 'click': 0.76; 'ball,': 0.84; 'confusion.': 0.84; 'flashing': 0.84; 'hooked': 0.84; 'subject:always': 0.84; 'dennis': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Crashes always on Windows 7
Date Sat, 18 Aug 2012 01:25:35 -0400
Organization > Bestiaria Support Staff <
References <4c344999-81c3-4c46-a6a8-eb5dc2fcc988@googlegroups.com> <b3cc7f5a-a413-45cf-b601-403b2ec6617f@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-76-249-29-189.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
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.3441.1345267531.4697.python-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1345267531 news.xs4all.nl 6869 [2001:888:2000:d::a6]:55211
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27283

Show key headers only | View raw


On Fri, 17 Aug 2012 20:09:12 -0700 (PDT), zmagic11@gmail.com declaimed
the following in gmane.comp.python.general:

> 
> 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. 

	Which still doesn't tell us everything...

	HOW are you trying "to open a previously made file"? WHAT do you
even /mean/ by "open"?

	Gazing into a crystal ball, while on the verge of a drunken stupor
compounded by lack of sleep..

	I see you <double-clicking> on a .py file icon.

	Double-clicking a .py file, on a PROPER Python install, will attempt
to RUN the script. This commonly results in a Windows "command prompt"
(console window) flashing onto the screen (stdin and stdout are hooked
to that console). When the script exits (for whatever reason -- likely
because it has no data to process), the console window will go away.

	To edit the file, you'll need to open whatever editing program you
favor, and use it's "file/open..." menu to find the file to be edited
(or, in a fully aware system, drag the .py file icon /to/ the editor
window).

	Note that IDLE itself is a Python script, so you can not have the
"open" action of double click on a .py file assigned to run IDLE as an
editor -- because double clicking on an IDLE.py would try to open IDLE
for editing /using itself/. 

	On my WinXP system, <right-click> on a .py file reveals an "edit"
command option -- which opens PythonWin with the file in an edit window.
I can also use the "send to" list to send the file to SciTE for editing
if I prefer to use that one.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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