One other thing.
Blender3D depends on Python. The latest version only works with python 2.3 ( 2.3.5 is the version you want to get )
To make using Blender easy on your self, download and install Python...
--------------------------------------------------------------
Install Python in the root of your C. i.e. C:Python20
Go to your start button, go up to My Computer and Right click it and go to properties.
Click on the Advanced tab, click on Environment Variables button at the bottom.
Below the System Variables box, (the second box), hit New.
In the Variable Name box, type PYTHONPATH
In the Variable Value box, type this exactly:
C:PYTHON23;C:PYTHON23DLLS;C:PYTHON23LIB;C:PYTHON23LIBLIB-TK
You can copy and paste that.
Hit OK repeatedly.
Reboot.
----------------------------------------------------------------
Fixed enviromental path and back slashes per freddy888's catch.

( That is directly from a post on the elYsiun website.

)