problems with ter2blend new to python

As I said I am new to python but I have learned how to set the python path ( I set it with the autoexec fix) so thats not the problem.
I follow all the instructions and end up with this error

python script error:
traceback (most recent call last):
file “terrain”, line 127, in ?
file “c:\python23\lib\os.py”, line 347, in ?
import userdict
file “c:\python23\lib\userdict.py”, line 86
yield K
^
syntaxerror: invalid syntax

ok I just noticed as I was copying this the file “c:\python23\lib\os.py”, line 347, in ? part does that mean my path isn’t set correctly yet?

or how do I fix this

>>>>>I forgot to say newest version of blender from NAN
>>>>>windows 98
>>>>>python 2.3a1

Cool 8)

Less cool :-?

WRONG AFAIKR Blender needs Python 2.0 to work.

Stefano

so I need python 2.0 to work with this script?

Actually I’d bet you need 2.0 or, at most, 2.1 to run any nontrivial script…

Stefano

it works now thank now just learning how to use it