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


Groups > comp.lang.python > #15930

Re: Python 2.7.2 on Win7 and IDLE (Try it)

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; '32-bit': 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; '2.5.2': 0.16; '2.7.2': 0.16; 'oddity': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'jan': 0.19; 'file,': 0.21; '64-bit': 0.23; 'header:In-Reply-To:1': 0.23; 'correctly.': 0.24; 'bit': 0.28; 'fine.': 0.28; 'idle': 0.28; 'installation': 0.30; 'installed': 0.30; 'nov': 0.31; 'pm,': 0.31; 'version': 0.31; 'to:addr:python-list': 0.32; "i've": 0.33; 'there': 0.33; 'header:User-Agent:1': 0.33; 'header:X-Complaints- To:1': 0.33; 'stopping': 0.34; 'things': 0.35; 'post': 0.35; 'fri,': 0.36; 'machine': 0.37; 'problems': 0.37; 'think': 0.37; 'received:org': 0.37; 'steven': 0.38; 'some': 0.38; 'subject: (': 0.39; 'subject:: ': 0.39; 'under': 0.39; 'to:addr:python.org': 0.39; '2011': 0.62; 'regular,': 0.84; 'undoubtedly': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python 2.7.2 on Win7 and IDLE (Try it)
Date Sat, 19 Nov 2011 05:34:25 -0500
References <ja66rt$jag$1@dont-email.me> <4ec6edc7$0$29967$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-74-109-121-73.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0
In-Reply-To <4ec6edc7$0$29967$c3e8da3$5496439d@news.astraweb.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.2844.1321698888.27778.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1321698888 news.xs4all.nl 6942 [2001:888:2000:d::a6]:49937
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15930

Show key headers only | View raw


On 11/18/2011 6:44 PM, Steven D'Aprano wrote:
> On Fri, 18 Nov 2011 10:06:47 -0800, W. eWatson wrote:
>
>> Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2
>> flop the same way under Win 7.
>>
>> One thing I think no one has offered is whether their installation of
>> 2.7.2 has the same IDLE oddity that I've described.  That is, if you
>> right-click on a py file, do you see a choice for the IDLE editor?
>
> Terry Reedy has already said that his installation works fine.
>
> "I installed 3.3.2 on a new Win 7 machine and Edit with IDLE works fine."

64 bit python and 64 bit win 7
>
> If you have installed the regular, 32-bit version of Python on a 64-bit
> version of Windows, chances are good that there will be registry problems
> stopping things from working correctly. See Stephen Hansen's post.
>
>
>


-- 
Terry Jan Reedy

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


Thread

Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 10:06 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 10:10 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Tony the Tiger <tony@tiger.invalid> - 2011-11-18 15:25 -0600
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-18 23:44 +0000
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 16:31 -0800
      Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 16:50 -0800
        Re: Python 2.7.2 on Win7 and IDLE (Try it) MRAB <python@mrabarnett.plus.com> - 2011-11-19 01:22 +0000
          Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 21:03 -0800
            Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 21:28 -0800
            Re: Python 2.7.2 on Win7 and IDLE (Try it) Terry Reedy <tjreedy@udel.edu> - 2011-11-19 05:39 -0500
              Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 07:35 -0800
      Re: Python 2.7.2 on Win7 and IDLE (Try it) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-19 04:36 +0000
    Re: Python 2.7.2 on Win7 and IDLE (Try it) Terry Reedy <tjreedy@udel.edu> - 2011-11-19 05:34 -0500
      Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 07:39 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Alec Taylor <alec.taylor6@gmail.com> - 2011-11-20 00:51 +1100
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 08:14 -0800
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 08:18 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Anssi Saari <as@sci.fi> - 2011-11-23 11:19 +0200
    Python 2.7.2 on XP "Alemu Tadesse" <atadesse@sunedison.com> - 2011-11-23 09:40 -0600
      Re: Python 2.7.2 on XP John Gordon <gordon@panix.com> - 2011-11-23 16:11 +0000
    Re: Python 2.7.2 on XP MRAB <python@mrabarnett.plus.com> - 2011-11-23 19:00 +0000
    RE: Python 2.7.2 on XP "Alemu Tadesse" <atadesse@sunedison.com> - 2011-11-23 13:02 -0600
      Re: Python 2.7.2 on XP John Gordon <gordon@panix.com> - 2011-11-23 19:11 +0000

csiph-web