I’ve got Blender 2.33 and Python 2.3.3 on Windows 2000.
My environmentvariables are set. When I do: start->cmd in windows and then type “python” I get some information about python and about help, license … so I think python works properly.
But when I do “import Blender” in a python script in Blender, is says:
PYTHON SCRIPT ERROR:
Traceback (most recent call last):
File “test.py”, line 1, in ?
import Blender
ImportError: No module named Blender