[GRASS-user] can I run python code in standalone grass 6.4?

Dear all,

Is this possible? I installed standalone grass 6.4. from
http://grass.itc.it/grass64/binary/mswindows/native/WinGRASS-6.4.0RC5-1-Setup.exe

After start this mswindows version I can start MSYS/grass64, and
also run “python test.py”. Now I would like to run some grass-python code
but when I try

import grass.script as grass
or
import core from grass
or
from grass.script import core as grass

I get error messages like:
ImportError: No module named grass.script

any help are welcome.

miltinho