Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10452
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <malaclypse2@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'skip:p 40': 0.04; 'subject:IDLE': 0.04; 'messing': 0.09; 'subject:access': 0.09; 'username,': 0.09; 'wed,': 0.12; 'wrote:': 0.15; 'permission': 0.16; 'pm,': 0.16; "wouldn't": 0.17; 'header:In-Reply-To:1': 0.22; 'received:209.85.215.46': 0.23; 'received:mail- ew0-f46.google.com': 0.23; '(or': 0.25; 'windows': 0.26; 'up.': 0.26; "i'm": 0.27; 'skip:p 30': 0.28; 'message- id:@mail.gmail.com': 0.28; '27,': 0.29; 'idle': 0.29; 'cmd': 0.30; 'folder.': 0.30; 'wayne': 0.30; 'looks': 0.30; 'list': 0.32; 'to:addr:python-list': 0.34; 'there': 0.34; 'directory.': 0.35; 'then.': 0.35; 'subject:How': 0.36; 'file': 0.36; 'assuming': 0.37; 'good.': 0.37; 'anything': 0.37; 'but': 0.37; 'several': 0.37; 'could': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'user': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'should': 0.39; 'to:addr:python.org': 0.39; 'might': 0.39; 'skip:. 10': 0.40; 'received:209': 0.40; 'your': 0.60; 'care': 0.73; 're-build': 0.84; 'old.': 0.96 |
| 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 :content-type; bh=ZNKArKCq+zulgYom24EXIr50uR1A4DNnPDS1I4OnGRk=; b=WZWRJ2AHkypBQfgBSHcZC4tJFNqK6pVKR3PXafvEpVhVmA8fSkfR6xWRoHzysKPURy S5zoZ5ZztsErC4tmpWHKwl7KqBXx15rpb5Z+HKJoaxxPULpa43Mp2G5K5nEtZyGQcxov h0SXrlgKD8p/WKEhPwwhKoDsW30ejZDKoEcsE= |
| MIME-Version | 1.0 |
| In-Reply-To | <j0pvql$f39$1@dont-email.me> |
| References | <j0p9ie$jga$1@dont-email.me> <613dede3-9d00-4c33-8564-c26d30396ea4@r12g2000vbe.googlegroups.com> <j0pebk$l80$1@dont-email.me> <mailman.1537.1311785291.1164.python-list@python.org> <j0pp7t$258$1@dont-email.me> <mailman.1539.1311796419.1164.python-list@python.org> <j0pvql$f39$1@dont-email.me> |
| Date | Thu, 28 Jul 2011 09:19:43 -0400 |
| Subject | Re: How do I access IDLE in Win7 |
| From | Jerry Hill <malaclypse2@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| 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.1571.1311859190.1164.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1311859190 news.xs4all.nl 23851 [2001:888:2000:d::a6]:48199 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:10452 |
Show key headers only | View raw
On Wed, Jul 27, 2011 at 5:26 PM, W. eWatson <wolftracks@invalid.com> wrote: > .py=Python.File > .pyw=Python.NoConFile > Python.File="C:\Python25\python.exe" "%1" %* > Python.File="C:\Python25\python.exe" "%1" %* > Python.NoConFile="C:\Python25\pythonw.exe" "%1" %* That all looks good. > I cannot copy from the cmd window. It ends with [errorno 13] Permission > denied to c:||Users\\Wayne\\idlerc\\recent-files.lst' That sounds like the root of the problem, then. I'm assuming Wayne is your username, but I don't know why you wouldn't have permission to access something in your own user directory. Can you try deleting that file in the windows explorer? You could try messing with the permissions, but I doubt you care about a recent file list that sounds several months old. You might even try removing (or renaming) the whole C:\Users\Wayne\idlerc folder. Idle should re-build anything it needs if it's not there when you start up. -- Jerry
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 08:06 -0700
Re: How do I access IDLE in Win7 rantingrick <rantingrick@gmail.com> - 2011-07-27 08:38 -0700
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 09:28 -0700
Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-27 12:48 -0400
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 12:34 -0700
Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-27 15:53 -0400
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 14:26 -0700
Re: How do I access IDLE in Win7 Thomas Jollans <t@jollybox.de> - 2011-07-28 01:59 +0200
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 17:28 -0700
Re: How do I access IDLE in Win7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-07-27 21:46 -0700
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 04:56 -0700
Re: How do I access IDLE in Win7 Thomas Jollans <t@jollybox.de> - 2011-07-28 14:19 +0200
Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-28 09:19 -0400
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 08:10 -0700
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 08:16 -0700
Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 21:23 -0700
csiph-web