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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; '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; 'says,': 0.09; 'shortcut': 0.09; 'target:': 0.09; 'library': 0.13; 'admin.': 0.16; 'bieber': 0.16; 'reedy': 0.16; 'runs.': 0.16; 'subject: \n ': 0.16; 'subject:installing': 0.16; 'wrote:': 0.18; 'specifies': 0.18; 'jan': 0.19; 'subject:not': 0.21; 'tells': 0.21; 'header:In-Reply-To:1': 0.22; '(and': 0.28; 'lee': 0.28; 'fine.': 0.29; 'idle': 0.29; 'pm,': 0.29; 'keeps': 0.30; '3.x': 0.30; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'subject:What': 0.34; 'subject:with': 0.36; 'run': 0.37; 'received:org': 0.38; 'created': 0.38; 'to:addr:python.org': 0.40; 'target': 0.63; 'show': 0.67; 'dennis': 0.73; 'subject:know': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Date: Tue, 22 Nov 2011 17:50:35 -0500 References: 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: 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322002264 news.xs4all.nl 6959 [2001:888:2000:d::a6]:52410 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16090 On 11/22/2011 1:01 PM, Dennis Lee Bieber wrote: >> c:\Python32 Start in, and for Target: Python 3.2.2 (64-bit) > > Which tells me that the TARGET field is garbaged, The above is exactly what my IDLE shortcut target field says, and it works fine. > since THAT is what specifies the program (and arguments) > that has to be run when the shortcut is double-clicked. It would be nice if it DID show all that info. > Try editing the target field to read (presuming the 3.x branch of > Python keeps the same library structure): > > c:\python32\lib\idlelib\idle.bat > > save the change, and then select the short-cut to see if it runs. Target for the .msi created shortcut cannot be edited, even as admin. -- Terry Jan Reedy