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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'sure.': 0.05; 'subject:Python': 0.06; 'script,': 0.07; 'python': 0.08; '32-bit': 0.09; 'also:': 0.09; 'content-type:multipart/signed': 0.09; 'filename:fname piece:signature': 0.09; 'fix.': 0.09; 'msi': 0.09; 'am,': 0.12; '(at)': 0.16; '(dot)': 0.16; 'alex23': 0.16; 'content-type:application/pgp-signature': 0.16; 'executable.': 0.16; 'filename.': 0.16; 'filename:fname piece:asc': 0.16; 'filename:fname:signature.asc': 0.16; 'installer.': 0.16; 'sees': 0.16; 'windows?': 0.16; "wouldn't": 0.16; 'wrote:': 0.18; '>>>': 0.18; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'blog:': 0.21; 'result.': 0.21; 'maybe': 0.21; "doesn't": 0.23; '64-bit': 0.23; 'header:In-Reply- To:1': 0.23; 'guess': 0.25; 'saying': 0.25; 'windows': 0.26; 'repeatedly': 0.28; 'bit': 0.28; 'pass': 0.28; 'replaced': 0.28; 'looks': 0.28; 'environment.': 0.30; 'seem': 0.30; 'comments?': 0.30; 'hansen': 0.30; 'installer': 0.30; 'subject:same': 0.30; 'installed': 0.30; 'nov': 0.31; 'pm,': 0.31; 'explorer': 0.32; 'received:24': 0.32; 'actual': 0.32; "can't": 0.32; 'to:addr :python-list': 0.32; 'yourself.': 0.34; 'probably': 0.34; 'keys': 0.34; 'latter': 0.34; '...': 0.36; 'but': 0.37; 'two': 0.37; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'plain': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'files': 0.40; 'received:209': 0.40; 'your': 0.61; 'other.': 0.64; 'association': 0.65; 'one-time': 0.67; 'gone': 0.68; 'exact': 0.68; 'header:Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.71; 'profile': 0.73; 'mail:': 0.77; 'associations': 0.84; 'dismissed': 0.84; 'hand.': 0.84; 'integrates': 0.84; 'url:io': 0.93 Sender: Ixokai Date: Fri, 18 Nov 2011 14:31:54 -0800 From: Stephen Hansen MIME-Version: 1.0 To: python-list@python.org Subject: Re: Both Python 2.5.2 and 2.7.2 flop the same way under Win 7 References: In-Reply-To: X-Enigmail-Version: 1.3.3 OpenPGP: id=555B1FE5; url=http://id.ixokai.io/pub.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig02CCBE6FC62F2754C8BA53CA" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: me+list/python@ixokai.io 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: 70 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321655531 news.xs4all.nl 6869 [2001:888:2000:d::a6]:49119 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15919 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig02CCBE6FC62F2754C8BA53CA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/17/11 8:34 PM, W. eWatson wrote: > On 11/17/2011 7:04 PM, alex23 wrote: >> On Nov 18, 2:55 am, "W. eWatson" wrote: >>> Comments? >> >> Are you using the vanilla installer or ActiveState's ActivePython? I >> find the latter integrates better with Windows. >> >> Also, out of curiousity, 32 or 64 bit Windows? > 64-bit and plain old python msi installer. That'd be it, I expect. Windows has two parallel registry trees; if you launch a 32-bit program, it sees one.. if you launch a 64-bit program, it sees the other. What looks like the exact same keys can be different as a result. The MSI is probably writing the keys into the 32-bit registry, and Explorer is now a 64-bit application. You can add the associations for Edit manually. Though not to "idle.pyw", which you keep -- repeatedly -- saying you try and errors. Of course it errors. That's a python script, not an executable. Associate to pythonw.exe, and pass it the path to idle.pyw, and then -n -e "%1" -- which will be replaced with the actual filename. But you were told that already and seem to have just dismissed it out of hand. Like: PATH\pythonw.exe PATH\idle.pyw -n -e "%1" =2E.. where PATH is whatever the location of those files are in your environment. Yes, its moderately annoying that you have to do this yourself; maybe you wouldn't if you installed 64-bit python, but I can't be sure. Maybe it has nothing to do with 32 or 64-bitness at all and my guess is wrong. Maybe your profile has gone wonky. But it doesn't matter. You can add the Edit association yourself. Its a one-time fix. --=20 Stephen Hansen ... Also: Ixokai ... Mail: me+list/python (AT) ixokai (DOT) io ... Blog: http://meh.ixokai.io/ --------------enig02CCBE6FC62F2754C8BA53CA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) iQEcBAEBAgAGBQJOxtzdAAoJEKcbwptVWx/lF6cH/RqbEL8YHo5sPJ1OHfP71A5G tj/iYmcHdd406UPDYzlt7DgwrJ8UgDNIsKtd6mk2ju4UcPfme/pAQ/fXyAdCLfEQ pX9pXvb53tRrgD7HDEDPUAPevVCIfAMnkrOLdU7ffui3l3Gt5zFMI0l5YK0zDs59 RqrN4/T8McUW9Z9wN0dRa/O/xdzbvAIiNEEtomYhdiK/sB1L95saMjStvTQdv86n TAAZeiz4InL3O6D6BbOSzG/6f+pPg4iBPjGzNbbM70S+laCgIi+YJs4UsVKCTw3G WPgg3WmvVcZ/ZLBks58Gs4lMymvOXiFNim4f87XLC9BANlia+ulNlAhyPuz7FrI= =Iq91 -----END PGP SIGNATURE----- --------------enig02CCBE6FC62F2754C8BA53CA--