[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Ned Deily n...@acm.org added the comment: A couple of comments on the patch: 1. Displaying a popup is fine but it gets annoying when it does it repeatedly. Since this is really a non-fatal error as the user can continue, it would be better to only display the popup once. 2. Another file in

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Changes by Ned Deily n...@acm.org: Added file: http://bugs.python.org/file23954/issue4625_rev1_27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4625 ___

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: I just tested Ned's updated patches against 3.3a0 and 2.7 and they work as advertised. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4625

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Sophia K. Cheng
Sophia K. Cheng sophia.ch...@gmail.com added the comment: Hi Ned, Thanks for the patch, I appreciate it. Sadly, I've since upgraded my laptop to Win 7, and don't seem to be having the problem anymore :-/ , so I can't verify. But thank you for writing a patch. Sincerely, Sophia On Wed, Dec

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 7857d1f4ce79 by Ned Deily in branch '2.7': Issue #4625: If IDLE cannot write to its recent file or breakpoint http://hg.python.org/cpython/rev/7857d1f4ce79 New changeset 26e3e542d20d by Ned Deily in branch '3.2':

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Applied to 2.7 (for release in 2.7.3), 3.2 (3.2.3), and default (3.3). -- assignee: - ned.deily resolution: - fixed stage: patch review - committed/rejected status: open - closed versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-13 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: A quick test on Linux would be: chmod -w ~/.idlerc/recent-files.lst IDLE will give a traceback and not start. This should not be a fatal error. The provided patch will present an error dialog if the recent files list can not be written.

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2009-08-25 Thread Sophia K. Cheng
Sophia K. Cheng sophia.ch...@gmail.com added the comment: Thanks!! This worked perfectly! Finally got around to trying this out today. Sincerely, Sophia On 3/20/09 4:26 AM, Timothy Zhang rep...@bugs.python.org wrote: Timothy Zhang z...@live.cn added the comment: I meet the same

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2009-05-13 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Was python installed with another user account, or a just for me install? -- nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4625

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Any ideas about how the permissions for .idlerc may get wrong? Is this something we can check and try to fix (or warn about) on install? -- components: +Installation nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type: -

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2009-03-20 Thread Timothy Zhang
Timothy Zhang z...@live.cn added the comment: I meet the same problem and have it fixed. I use Python 2.5.2 on Windows XP. This is my solution: 1. Choose Tool-Folder Option in your explorer menu, then click View tab, uncheck use simple file sharing(recommended). 2. Right click on C:\Documents

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2008-12-20 Thread Martin v. Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- versions: +Python 2.6 -Python 2.5.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4625 ___ ___

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2008-12-10 Thread Sophia K. Cheng
New submission from Sophia K. Cheng [EMAIL PROTECTED]: Hello, I was able to run IDLE once or twice on my laptop. Then I downloaded kiki and tried to run it but had forgotten to install wxPython. After that, IDLE no longer opens although the command prompt does still work. I get the following