problem with PYscripter

ok i’m running python 3.1 with PyScripter and i added panda 3d under python path everytime i run this code

import direct.directbase.DirectStart 
run()

it tells me

SytaxError : invalid syntax ( line 1, offset 39): 'print 'Directstart: starting the game."

can anyone help me fix the problem ? it seems to be saying that print should be like this

pirnt('Dirextstart: Starting the game')

anyway i can fix this ?

Panda doesn’t support Python 3.1, sorry. You have to use it with the version of Python that it was built with.

David

ok thanks