[issue16383] Python 3.3 Permission Error with User Library on Windows

2014-07-30 Thread Zachary Ware
Zachary Ware added the comment: Jim, is there any way you could cut down your example to something small and self-contained? It may be that the process of doing that leads to a problem in your code. As it is, I cannot reproduce your error, or pick out what might be causing it. From a brief

[issue16383] Python 3.3 Permission Error with User Library on Windows

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me on Windows 8.1 64 bit using 3.4.1 and 3.5.0a0. Can one on our Windows gurus confirm this please. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-03 Thread Jim Pattee
Jim Pattee added the comment: You have been in contact with my friends at Mensa. Further information: Just branching into the library causes a problem with permissions when opening files, even if the library just immediately returns. Opening the file in the library, before returning to the call

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-02 Thread R. David Murray
R. David Murray added the comment: Well, I run linux, not Windows. I haven't even looked at your code, frankly, since it is a zip file and includes third party stuff. Maybe a windows dev will find time to look at it. -- ___ Python tracker

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-02 Thread Jim Pattee
Jim Pattee added the comment: The problem is not file permissions nor the install. I did some further testing. The problem actually occurs with the library calls at lines 23 and 25. I changed these lines to eliminate the library call by just hard coding the file path. Change from: line 23:

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-01 Thread R. David Murray
R. David Murray added the comment: Is it possible you installed 3.3 differently? For example 3.2 and 2.7 installed for all users and 3.3 for just you, or vice versa? >From the looks of the traceback there really is a permission problem with the >file, since it is failing on a normal open. (I

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-01 Thread Jim Pattee
Jim Pattee added the comment: Python 3.3 (64bit) Traceback (most recent call last): File "file-py\astyle-protected.py", line 157, in process_files() File "file-py\astyle-protected.py", line 30, in process_files get_header_variables(header_variables, header_path) File "file-py\asty

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-01 Thread R. David Murray
R. David Murray added the comment: Can you post the error, please? -- nosy: +r.david.murray type: crash -> behavior ___ Python tracker ___ ___

[issue16383] Python 3.3 Permission Error with User Library on Windows

2012-11-01 Thread Jim Pattee
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 pr