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 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to