Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'subject:Python': 0.06; 'installed.': 0.07; 'used.': 0.07; 'python': 0.08; '(use': 0.09; 'functioning': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'uninstalled': 0.09; '2.5.2': 0.16; 'bieber': 0.16; 'declaimed': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'executable,': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'received:66.245': 0.16; 'received:dsl.mindspring.com': 0.16; 'received:wlfraed': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'win7': 0.16; 'wulfraed': 0.16; 'defined': 0.19; 'file,': 0.21; 'url:home': 0.21; 'maybe': 0.21; "doesn't": 0.23; '2.4': 0.23; 'picking': 0.23; 'says': 0.25; 'guess': 0.25; 'lee': 0.28; 'mine': 0.28; 'idle': 0.28; 'turned': 0.30; 'comments?': 0.30; 'subject:same': 0.30; 'ago': 0.30; 'nov': 0.31; 'correct': 0.31; 'thu,': 0.32; 'to:addr:python-list': 0.32; 'this.': 0.33; 'there': 0.33; 'header:X-Complaints-To:1': 0.33; 'install': 0.34; 'shows': 0.34; 'probably': 0.34; 'stopped': 0.35; 'problem.': 0.36; 'file': 0.36; 'charset:us-ascii': 0.36; 'machine': 0.37; 'reference': 0.37; 'received:org': 0.37; 'menu': 0.38; 'open': 0.38; 'should': 0.39; 'define': 0.39; "it's": 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'difference': 0.40; 'files': 0.40; 'behind': 0.40; 'more': 0.60; '2011': 0.62; 'laptop,': 0.67; 'show': 0.67; 'dennis': 0.77; 'click': 0.80; 'fine...': 0.84; 'good-bye': 0.84; 'heck,': 0.84; 'window,': 0.84; 'yours': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Both Python 2.5.2 and 2.7.2 flop the same way under Win 7 Date: Thu, 17 Nov 2011 20:34:22 -0800 Organization: > Bestiaria Support Staff < References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: user-11fb5l5.dsl.mindspring.com 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 51 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321590873 news.xs4all.nl 6862 [2001:888:2000:d::a6]:48252 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15859 On Thu, 17 Nov 2011 08:55:36 -0800, "W. eWatson" declaimed the following in gmane.comp.python.general: > Months ago 2.5.2 stopped functioning on my Win7 PC, so a few days ago I > uninstalled and installed. Same problem. If one right-clicks on a py > file, IDLE is not shown in the menu as Edit with IDLE. After playing > with matters I gave up, and uninstalled 2.5.2 and turned to 2.7.2. Same > results. > > If I look at a 2.4 install on my laptop, I get the desired reference to > Edit with IDLE. > Fine... so open a directory window, follow Tools/Folder Options/File Types Scroll down to PYW, click [Advanced] You should get an "Edit File Type" dialog. Mine shows just one action "open", yours probably has "open" and "edit". Select "edit" and then click [Edit] button. See what it says for the application to be used. Do the same on the Win7 machine -- it probably doesn't have "edit" as an action, so you'll be picking the [New] button. Define the new action to look like the action on the laptop (use the correct path to the python executable, and maybe to IDLE). Heck, check what those actions show for PY files too... The only difference between PY and PYW should be the application used in the "open" action. PY => .../python.exe PYW => .../pythonw.exe Also make sure that the "open" action is the defined default (select the action, and click the default button); when there are more than one action, the default will be in bold. > My guess is that Win 7 is behind this. If so, it's good-bye Python. > > Comments? -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/