Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.shlink.de!news.iphh.net!iphh.net!nntp.ilk.net!noris.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed5.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.085 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.00; 'subject:IDLE': 0.04; 'subject:access': 0.09; 'wrote:': 0.15; 'permission': 0.16; "wouldn't": 0.17; 'header:In-Reply-To:1': 0.22; 'all:': 0.23; 'idle': 0.29; 'can.': 0.30; 'cmd': 0.30; 'user.': 0.31; 'it.': 0.33; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'there': 0.34; 'folder': 0.35; 'subject:How': 0.36; 'file': 0.36; 'option': 0.37; 'received:192': 0.38; 'subject:: ': 0.38; 'menu': 0.38; 'received:192.168.1': 0.39; 'should': 0.39; 'to:addr:python.org': 0.39; 'delete': 0.40; 'bring': 0.62; 'received:62': 0.67; 'from:addr:t': 0.84; 'cope': 0.91 Date: Thu, 28 Jul 2011 01:59:46 +0200 From: Thomas Jollans User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How do I access IDLE in Win7 References: <613dede3-9d00-4c33-8564-c26d30396ea4@r12g2000vbe.googlegroups.com> In-Reply-To: X-Enigmail-Version: 1.2 OpenPGP: id=5C8691ED Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311811179 news.xs4all.nl 23938 [2001:888:2000:d::a6]:48817 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10413 On 27/07/11 23:26, W. eWatson wrote: > I cannot copy from the cmd window. It ends with [errorno 13] Permission > denied to c:||Users\\Wayne\\idlerc\\recent-files.lst' > Yes you can. Right-click to bring up a menu with a "select" or "copy" option (IIRC) As for the error, see if there is file /users/wayne/idlerc/recent-files.lst And if there is, delete it. Or even delete the whole folder «idlerc». IDLE should be able to cope with it not being there at all: it wouldn't be there the first time IDLE is started by a user. - Thomas