Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'skip:[ 40': 0.07; 'skip:[ 50': 0.07; 'python': 0.08; 'least)': 0.09; 'matt': 0.09; 'message-id:@web.de': 0.09; 'skip:[ 30': 0.09; 'file"': 0.16; 'forum.': 0.16; 'idle"': 0.16; 'meyers': 0.16; 'received:10.249': 0.16; 'skip:\\ 40': 0.16; 'subject: \n ': 0.16; 'subject:installing': 0.16; 'then?': 0.16; 'usenet': 0.16; 'win7': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'subject:not': 0.21; 'header :In-Reply-To:1': 0.22; 'from:addr:web.de': 0.23; '(in': 0.26; 'windows': 0.26; 'somebody': 0.28; 'language.': 0.28; '(and': 0.28; 'context,': 0.30; 'email name:': 0.30; 'who?': 0.30; '(the': 0.30; 'skip:( 20': 0.31; 'version': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.34; 'subject:What': 0.34; 'something': 0.35; 'google': 0.35; 'post': 0.36; 'file': 0.36; 'subject:with': 0.36; 'skip:" 10': 0.37; 'but': 0.37; 'enough': 0.38; 'client': 0.39; 'option': 0.39; 'received:de': 0.39; 'should': 0.39; 'called': 0.40; "it's": 0.40; 'to:addr:python.org': 0.40; 'your': 0.61; 'choose': 0.62; 'you.': 0.63; 'still.': 0.84; '5.00': 0.93; 'subject:know': 0.93 Date: Fri, 25 Nov 2011 00:18:44 +0100 From: Alexander Kapps User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: python-list@python.org Subject: Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. References: <4ECBF01A.7060507@yahoo.com> <4ECBF80E.9090003@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Provags-ID: V02:K0:W4RL/WXdUV5+LkimfLCIyAAKBvDrK0NIozB4gTEc5jX 5ZTpuD5GB2QSkv6yISBUpPeRLEI2vVvTwGigF/SpZv/b1jtaWZ PvY5CSuIp/+hkU49nSeofem02W7uZ6oEecebygox/vDgyNfBaH xlKS6aiZR9w8VDzzh9DN5xCvAo+dvn+aQZkZmym5FT1FXOfUg8 pKpZCVQBSOHSMq9zi55Bw== 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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322177442 news.xs4all.nl 6954 [2001:888:2000:d::a6]:37526 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16179 On 24.11.2011 22:22, W. eWatson wrote: > Whoops, I thought I was replying to Matt Meyers just above you. Above who? As said by somebody already, most people use a=20 mail-client (Thunderbird/Outlook) or a Usenet client to read this=20 forum. Google Groups is (In My Opinion at least) just crap (and=20 should be blocked/forbidden. It's *the* one spam sender already) Please always post enough context, Now, we are talking about Python 3.2.* on Win7, correct? I only have=20 Win7 32bit in a VBox VM, but still. Please paste the following into a "python.reg", file, then=20 right-click on that file and choose the fist option (the one wihch=20 is in bold font, something like install/insert/insert or however=20 it's called in your language. In my German versin it's called=20 "Zusammenf=C3=BChren") Do you get an "Edit with IDLE" then? Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Python.File] @=3D"Python File" [HKEY_CLASSES_ROOT\Python.File\DefaultIcon] @=3D"C:\\Python32\\DLLs\\py.ico" [HKEY_CLASSES_ROOT\Python.File\shell] [HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE] [HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command] @=3D"\"C:\\Python32\\pythonw.exe\"=20 \"C:\\Python32\\Lib\\idlelib\\idle.pyw\" -e \"%1\"" [HKEY_CLASSES_ROOT\Python.File\shell\open] [HKEY_CLASSES_ROOT\Python.File\shell\open\command] @=3D"\"C:\\Python32\\python.exe\" \"%1\" %*"