This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Piffen
Recipients Piffen, christian.heimes, loewis, richjtd
Date 2008-01-08.00:16:31
SpamBayes Score 0.00041174525
Marked as misclassified No
Message-id <1199751395.42.0.136567381562.issue1743@psf.upfronthosting.co.za>
In-reply-to
Content
Noticed I missed a bit of the path but it didn't matter.
Changed the path to C:\Python25\Lib\idlelib\idle.py and got another 
error.

C:\Users\Joakim>"C:\Python25\python.exe" "C:\Python25
\Lib\idlelib\idle.py"
Traceback (most recent call last):
  File "C:\Python25\Lib\idlelib\idle.py", line 21, in <module>
    idlelib.PyShell.main()
  File "C:\Python25\lib\idlelib\PyShell.py", line 1404, in main
    shell = flist.open_shell()
  File "C:\Python25\lib\idlelib\PyShell.py", line 275, in open_shell
    self.pyshell = PyShell(self)
  File "C:\Python25\lib\idlelib\PyShell.py", line 813, in __init__
    OutputWindow.__init__(self, flist, None, None)
  File "C:\Python25\lib\idlelib\OutputWindow.py", line 16, in __init__
    EditorWindow.__init__(self, *args)
  File "C:\Python25\lib\idlelib\EditorWindow.py", line 248, in __init__
    self.update_recent_files_list()
  File "C:\Python25\lib\idlelib\EditorWindow.py", line 715, in 
update_recent_fil
es_list
    rf_file = open(self.recent_files_path, 'w')
IOError: [Errno 13] Permission 
denied: 'C:\\Users\\Joakim\\.idlerc\\recent-files
.lst'

There should be a edit button somewhere but I couldn't find it, so I 
had to post a new entry.
History
Date User Action Args
2008-01-08 00:16:35Piffensetspambayes_score: 0.000411745 -> 0.00041174525
recipients: + Piffen, loewis, christian.heimes, richjtd
2008-01-08 00:16:35Piffensetspambayes_score: 0.000411745 -> 0.000411745
messageid: <1199751395.42.0.136567381562.issue1743@psf.upfronthosting.co.za>
2008-01-08 00:16:32Piffenlinkissue1743 messages
2008-01-08 00:16:31Piffencreate