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 jimp02
Recipients jimp02
Date 2012-11-01.17:28:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351790923.15.0.230780432409.issue16383@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-01 17:28:43jimp02setrecipients: + jimp02
2012-11-01 17:28:43jimp02setmessageid: <1351790923.15.0.230780432409.issue16383@psf.upfronthosting.co.za>
2012-11-01 17:28:43jimp02linkissue16383 messages
2012-11-01 17:28:42jimp02create