Import Problem

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

How’s that possible?

importing Blender modules does not work

importing GameLogic does work

Can somebody help me?

C:\Python23;C:\Python23\DLLs;C:\Python23\Lib;C:\Python23\Lib\lib-tk

This is my Python path.

the current official build has it disabled

(which makes some sense, just a note: the blender module doesn’t exist in the plugin or standalone player at all)

get (or build your own) a build directly from current cvs, there are a bunch in the testing forum on blender.org