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 you do

sudo python -v

does it work? Then, utf_8.pyc might have been created, and subsequent sudo-less inovcations might work.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to