ImportError: No module named ShowBaseGlobal

Hi,

I just installed Panda3D and I’m attempting to run some of the demos. I keep getting the error:

Traceback (most recent call last):
File “C:\Panda\samples\BVWTutorial\PandaDemo.py”, line 1, in -toplevel-
from ShowBaseGlobal import *
ImportError: No module named ShowBaseGlobal

I took a look in Panda\lib\py and I don’t see ShowBaseGlobal.py anywhere. Does anyone know what I might be missing?

tia