Re: Error in running python -v on Mac ox 10.5.

2009-05-05 Thread Diez B. Roggisch
silverburgh schrieb: Hi, I run 'python -v' on Macos 10.5 but I get this error : # can't create /System/Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/encodings/utf_8.pyc Can you please tell me how to fix it? This looks like a rights-problem to me, and a missing pyc-file. If

Re: Error in running python -v on Mac ox 10.5.

2009-05-05 Thread Piet van Oostrum
> silverburgh (s) wrote: >s> Hi, >s> I run 'python -v' on Macos 10.5 but I get this error : >s> # can't create /System/Library/Frameworks/Python.framework/Versions/ >s> 2.5/lib/python2.5/encodings/utf_8.pyc >s> Can you please tell me how to fix it? This looks like the utf_8.py file has not

Error in running python -v on Mac ox 10.5.

2009-05-05 Thread silverburgh
Hi, I run 'python -v' on Macos 10.5 but I get this error : # can't create /System/Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/encodings/utf_8.pyc Can you please tell me how to fix it? And why I am seeing a lot of 'install' message' when i run 'python - v'? I don't think I se