[New-bugs-announce] [issue16383] Python 3.3 Permission Error with User Library on Windows

Jim Pattee report at bugs.python.org
Thu Nov 1 18:28:43 CET 2012


New submission from Jim Pattee:

Python 3.3 Permission Error with User Library on Windows

I have certain scripts that run without error on Python 2.7 and 3.2. With Python 3.3 they get a "Permission Error". This does not occur with every script. The difference seems to be that the ones with a problem use a local user library. The ones without a local library are OK.

A test case is attached. Do not change the directory names. Double click on the file run_test.bat to run. You may need to change the path to the Python executable on your computer. It runs the script astyle_protected.py which uses the library libastyle.py. It runs OK with Python 2.7 and 3.2. But gets an exception with Python 3.3.

----------
components: Windows
files: Projects.zip
messages: 174434
nosy: jimp02
priority: normal
severity: normal
status: open
title: Python 3.3 Permission Error with User Library on Windows
type: crash
versions: Python 3.3
Added file: http://bugs.python.org/file27827/Projects.zip

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16383>
_______________________________________


More information about the New-bugs-announce mailing list