HELP! python idiot question

how do I get sunflow to work with blender? It gives a script you can download. I save it as a text file. Then I changed the open with properties to Python placed it in the scripts folder but it looks like a text icon and doesnt work. Please help.
Thanks,
Don.

silly you need to have your computer showing the file extensions
and make sure that your file extension is such
filename.py
not
filename.txt
or
filename.py.txt

Follow the step carefully
Open Blender
click on SR2:-Model->Animation
Goto Right Hand Side Window
Select Window Type Text Editor
Type the below Text:
import Blender
from Blender import *
ob=Object.Get(“Cube”)
print dir(ob)
Carefully type above 4 lines and Mouse->Right Click->Execute
The script is executed
Mouse->Right Click->Save As
Where the Text is written overwrite with xyz.py
Click on Save Text File
It will ask Create New File, Opt for Yes
In the Text window Bottom where TX:Text is written overwrite xyz.py
Now Save the Main Blend File
Close blender
Open Blender
Load Pre saved Blend File
done…