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 skcheng
Recipients ajaksu2, amaury.forgeotdarc, gpolo, skcheng, timium
Date 2009-08-26.01:30:45
SpamBayes Score 0.0010418072
Marked as misclassified No
Message-id <C6BA0876.18E0%[email protected]>
In-reply-to <[email protected]>
Content
Thanks!!  This worked perfectly!  Finally got around to trying this out
today.

Sincerely,
Sophia

On 3/20/09 4:26 AM, "Timothy Zhang" <[email protected]> wrote:

> 
> Timothy Zhang <[email protected]> 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 and Settings\<YourName>\.idlerc" folder,
> then click "property", you got the folder property dialog
> 3. Click "Safety" tab, you may found there's only "System" user in the
> list. Click "Add" and add type your username, then click "OK".
> 4. Select your name in the list, enable all the permissions in the box
> below.
> 
> Now this problem should be fixed. Hope this works.
> 
> ----------
> nosy: +timium
> 
> _______________________________________
> Python tracker <[email protected]>
> <http://bugs.python.org/issue4625>
> _______________________________________
History
Date User Action Args
2009-08-26 01:30:49skchengsetrecipients: + skcheng, amaury.forgeotdarc, ajaksu2, gpolo, timium
2009-08-26 01:30:47skchenglinkissue4625 messages
2009-08-26 01:30:46skchengcreate