New submission from Fan Decheng <[EMAIL PROTECTED]>: 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. ---------- components: Library (Lib) files: py3help_error.txt messages: 67179 nosy: r_mosaic severity: normal status: open title: Interactive help writes to the python install destination directory type: crash versions: Python 3.0 Added file: http://bugs.python.org/file10395/py3help_error.txt __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2938> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com