Message 60034 - Python tracker

Message60034

Author richjtd
Recipients Piffen, christian.heimes, kbk, loewis, richjtd
Date 2008-01-17.16:56:04
SpamBayes Score 0.09252227
Marked as misclassified No
Message-id <1200588984.34.0.741777378011.issue1862@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 1743 might be related to this.

Using "Save As..." in IDLE does work, but if breakpoints.lst is hidden 
(which it is when Python generates it) it also generates this error in 
the Shell:

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python25\lib\lib-tk\Tkinter.py", line 1403, in 
__call__
    return self.func(*args)
  File "C:\Program Files\Python25\lib\idlelib\IOBinding.py", line 357, 
in save_as
    self.editwin.store_file_breaks()
  File "C:\Program Files\Python25\lib\idlelib\PyShell.py", line 209, in 
store_file_breaks
    new_file = open(self.breakpointPath,"w")
IOError: [Errno 13] Permission 
denied: 'C:\\Users\\Rich\\.idlerc\\breakpoints.lst'

The error is not generated if I manually unhide the breakpoints file.
The issue is unaffected by the hidden (or not) status of the .idlerc 
folder.
History
Date User Action Args
2008-01-17 16:56:24richjtdsetspambayes_score: 0.0925223 -> 0.09252227
recipients: + richjtd, loewis, kbk, christian.heimes, Piffen
2008-01-17 16:56:24richjtdsetspambayes_score: 0.0925223 -> 0.0925223
messageid: <1200588984.34.0.741777378011.issue1862@psf.upfronthosting.co.za>
2008-01-17 16:56:05richjtdlinkissue1862 messages
2008-01-17 16:56:04richjtdcreate