Help Python Problem on os x again

hi i get this problem with blenderman:

Traceback (most recent call last):
File “blenderman0.1beta9.0.”, line 14, in ?
ImportError: No module named OS

Traceback (most recent call last):
File “<string>”, line 17, in ?
ImportError: No module named string

i am on latest os x and blender. unfortunatly the old problem with import string etc is back.

anybody knows how i can solve this issue? the trick i used befor
doesnt work anymore!
my trick:
import sys
sys.path.extend([’’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python23.zip’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-darwin’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/lib-scriptpackages’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-tk’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynload’, ‘/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages’])
included into the script head!

claas

no one has an answer? this oython bugs render blender useless for me in professionnal use since i cannot count on it.

thats sad

The only thing I could think of was that the paths you were appending weren’t right, but I guessed you checked that already. Which is why I didn’t reply at first.

Martin

This is just a wizecrack so don’t take it personally; but isn’t it Mac that’s useless in your professional uses? Maybe Windoze for Blender (you don’t need much of a computer) and Mac for all the goodies that Mac does so well? It just seems a little harsh to give it up because of incompatabilities that will surely be ironed out in the future.

%<

ImportError: No module named OS

Why is OS capitalized?