Trying out tutorials

I get teh same error for every single tutorial:

Traceback (most recent call last):
  File "C:\Panda3D\samples\Feature-Tutorials--Picking\Tut-Chessboard.py", line 10, in ?
    import direct.directbase.DirectStart
ImportError: No module named direct.directbase.DirectStart

I am trying Panda3D out before switching back to irrlicht and I really wan tot get it working because this engine seems really easy to use. Is there anything I am doing wrong?

Have you run it with ppython.
You have to run it with the PandaPython
Look around in the forum there are many threads for this.
Use the search function

Martin