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


Groups > comp.lang.python > #27002

Re: Idle no longer works

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python': 0.09; '"run': 0.09; 'ide': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'aug': 0.13; '(the': 0.15; 'file,': 0.15; 'passing': 0.15; "'open": 0.16; '.py': 0.16; 'booted': 0.16; 'idle.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'registry': 0.16; 'win7': 0.16; 'worst': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'windows': 0.19; 'skip:p 30': 0.20; 'defined': 0.22; 'idea': 0.24; 'looks': 0.26; 'select': 0.26; 'entries': 0.27; 'header:X-Complaints-To:1': 0.28; 'all.': 0.28; 'run': 0.28; 'changed.': 0.29; 'probably': 0.29; 'file': 0.32; '11,': 0.33; 'idle': 0.33; 'url:home': 0.33; 'to:addr:python- list': 0.33; '(with': 0.33; 'fail': 0.35; 'open': 0.35; 'similar': 0.35; 'received:org': 0.36; 'but': 0.36; 'charset:us-ascii': 0.36; 'editor': 0.37; 'itself': 0.37; 'does': 0.37; 'uses': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'lost': 0.60; "you've": 0.61; 'real': 0.61; 'choose': 0.65; 'laptop': 0.66; 'august': 0.66; 'clicking': 0.75; 'as:': 0.75; 'click': 0.76; 'associations': 0.84; 'why?': 0.84; 'dennis': 0.91; 'received:108': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Idle no longer works
Date Mon, 13 Aug 2012 13:43:10 -0400
Organization > Bestiaria Support Staff <
References <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.com> <6ab35ebc-8069-4f07-9ce9-f591bd7163e2@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-68-178-7.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.3238.1344879797.4697.python-list@python.org> (permalink)
Lines 45
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1344879797 news.xs4all.nl 6883 [2001:888:2000:d::a6]:55940
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27002

Show key headers only | View raw


On Mon, 13 Aug 2012 00:11:06 -0700 (PDT), jussij@zeusedit.com declaimed
the following in gmane.comp.python.general:

> On Saturday, August 11, 2012 4:09:16 PM UTC-7, Opap-OJ wrote:
> 
> > I can no longer open the Idle IDE for Python on Windows 7.
> > ..
> > Any idea why?
> 
> It looks like your registry has changed.
> 
> To fix this just use the Windows Explorer, click on a Python file 
> and use the 'Open with, Choose default program' menu and then 
> select the Idle IDE as the default program.

	That is probably the worst choice to make -- since what you've
defined means double clicking on ANY .py file will NOT RUN IT -- but
rather attempt to open it with the editor (IDLE)... But since IDLE
itself is a .py file, it may fail to start at all.

	If double-clicking an IDLE.py file does not start it, then the
registry has lost the association of .py to python.exe, not to IDLE. OR
-- .py IS associated to python.exe but the association (the "run
command" is not passing the .py file name to the python executable).

	On WinXP (with ActiveState 2.5.x version) my associations are as:

E:\UserData\Wulfraed\My Documents>assoc .py
.py=py_auto_file

E:\UserData\Wulfraed\My Documents>ftype py_auto_file
py_auto_file="E:\Python25\python.exe" "%1" %*

E:\UserData\Wulfraed\My Documents>

(with similar entries for .pyw to hook into pythonw.exe)
{Just booted the Win7 laptop with Python 2.7.x: The only real difference
is that it uses Python.File where the above has py_auto_file}



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

Idle no longer works Opap-OJ <opiney597@yahoo.com> - 2012-08-11 16:09 -0700
  Re: Idle no longer works Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-08-11 17:30 -0700
  Re: Idle no longer works Terry Reedy <tjreedy@udel.edu> - 2012-08-11 21:59 -0400
  Re: Idle no longer works jussij@zeusedit.com - 2012-08-13 00:11 -0700
    Re: Idle no longer works Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-13 13:43 -0400
    Re: Idle no longer works Terry Reedy <tjreedy@udel.edu> - 2012-08-13 14:14 -0400

csiph-web