Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15932
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| 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:IDLE': 0.04; 'subject:Python': 0.06; 'python': 0.08; 'dev': 0.09; 'msi': 0.09; 'am,': 0.12; 'cc:addr:python-list': 0.15; '2.5.2': 0.16; '2.7.2': 0.16; '5:06': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'oddity': 0.16; 'x64': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'file,': 0.21; 'header:In-Reply-To:1': 0.23; 'cc:2**0': 0.25; 'fine': 0.26; 'windows': 0.26; 'url:mailman': 0.27; 'sat,': 0.28; 'idle': 0.28; 'cc:addr:python.org': 0.29; 'message-id:@mail.gmail.com': 0.29; 'installation': 0.30; 'nov': 0.31; 'url:listinfo': 0.32; "i've": 0.33; 'install': 0.34; 'received:209.85.161': 0.35; 'url:python': 0.35; 'post': 0.35; 'think': 0.37; 'received:google.com': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject: (': 0.39; 'subject:: ': 0.39; 'under': 0.39; 'received:209': 0.40; '2011': 0.62; '19,': 0.68; 'undoubtedly': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=tZYiUkwTIEJJJDOMDeZwxDceB3rVTpXPvG2x+wQ+auk=; b=ClSu3PG5iTP0veQJiLOD7H0M/U0GIbC+IkeW6Rg32p8cAd0Jtvb0mWI27cvIC/IF/L IGPLR3at8Z+7THqMWCnnfX9vYH3b7pGCpInwaRryBVOkznU7V+E9Axi/HKuG9R8kPLuV YRxtlnEvK4LLBixs7peXwKLcA8a6W6KqtN634= |
| MIME-Version | 1.0 |
| In-Reply-To | <ja66rt$jag$1@dont-email.me> |
| References | <ja66rt$jag$1@dont-email.me> |
| Date | Sun, 20 Nov 2011 00:51:57 +1100 |
| Subject | Re: Python 2.7.2 on Win7 and IDLE (Try it) |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | "W. eWatson" <wolftracks@invalid.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| 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.2846.1321710721.27778.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1321710721 news.xs4all.nl 6941 [2001:888:2000:d::a6]:57295 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:15932 |
Show key headers only | View raw
Works fine for me from msi install on Windows 8 x64 Dev Preview On Sat, Nov 19, 2011 at 5:06 AM, W. eWatson <wolftracks@invalid.com> 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? > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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