Python import OS error
I was trying to install PyGame when I came across this error:
SyntaxError: Non-ASCII character '\xd7' in file /boot/common/lib/python2.6/os.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
It happens when Python tries to import "os".
How do I resolve this issue?
EDIT: Solved by installing: http://www.haikuware.com/directory/view-details/system-files/shared-libr...
