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 John Gray
Recipients Divyanshu, John Gray, asvetlov, clikkeb, r.david.murray, roger.serwy, terry.reedy
Date 2015-10-01.17:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443720755.36.0.837711620796.issue14576@psf.upfronthosting.co.za>
In-reply-to
Content
I hit this issue with an "H:" homedrive that is on a network share, and then in Windows is using "offline files" to keep a local copy.   .idlerc was not cached so IDLE worked when online/connected to my work network but not when I was offline. 

The temporary workaround was to mark .idlerc as "available offline" when connected.  I wanted to document this in case others hit this scenario.  

I also noticed that there is a .idlerc directory created in my local user directory c:\users\[username\.idlerc.  This one has the recent-files.lst in it.  So IDLE is creating two copies of .idlerc - one in the environment-variable-defined (and roaming) home directory, and one in the default local user directory.   I would suggest that as this bug is investigated, you keep track of both instances of .idlerc.
History
Date User Action Args
2015-10-01 17:32:35John Graysetrecipients: + John Gray, terry.reedy, roger.serwy, r.david.murray, asvetlov, clikkeb, Divyanshu
2015-10-01 17:32:35John Graysetmessageid: <1443720755.36.0.837711620796.issue14576@psf.upfronthosting.co.za>
2015-10-01 17:32:35John Graylinkissue14576 messages
2015-10-01 17:32:35John Graycreate