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 r_mosaic
Recipients r_mosaic
Date 2008-05-22.04:59:23
SpamBayes Score 0.03271049
Marked as misclassified No
Message-id <1211432376.31.0.60210310996.issue2938@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.0a5 on Windows Vista SP1

I installed it to C:\Python30, and used NTFS permissions to protect the
files in the directory from being changed, also making the whole
directory read-only.  Thus, new files can't be created inside the directory.

Then:
1. Type help() in python.  Python goes into interactive help mode.
2. Type "modules fnmatch" in python.

Result:
Help quits with the following error:

IOError: [Errno 13] Permission denied:
'C:\\Python30\\lib\\lib2to3\\tests\\..\\G
rammar3.0.0.alpha.5.pickle'

For detailed error info please see the attached text file.
History
Date User Action Args
2008-05-22 04:59:38r_mosaicsetspambayes_score: 0.0327105 -> 0.03271049
recipients: + r_mosaic
2008-05-22 04:59:36r_mosaicsetspambayes_score: 0.0327105 -> 0.0327105
messageid: <1211432376.31.0.60210310996.issue2938@psf.upfronthosting.co.za>
2008-05-22 04:59:34r_mosaiclinkissue2938 messages
2008-05-22 04:59:33r_mosaiccreate