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