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.david.murray
Recipients jimp02, r.david.murray
Date 2012-11-01.20:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351800551.12.0.724144025876.issue16383@psf.upfronthosting.co.za>
In-reply-to
Content
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 thought at first it might be a result of the new import code in 3.3, but it doesn't look like import is involved.)

That filename looks awfully odd, though.  Is that a cut and paste error or is that really what the message says?  If it is you might want to track down how header_path gets constructed and see how it differs when run under the different python versions.
History
Date User Action Args
2012-11-01 20:09:11r.david.murraysetrecipients: + r.david.murray, jimp02
2012-11-01 20:09:11r.david.murraysetmessageid: <1351800551.12.0.724144025876.issue16383@psf.upfronthosting.co.za>
2012-11-01 20:09:11r.david.murraylinkissue16383 messages
2012-11-01 20:09:10r.david.murraycreate