"'base' is not defined"

Started the tutorial and made my rudimentary *.py file

When it executes, i get this error message


from ShowBaseGlobal import *
file c:…ShowBaseGlobal.py, line 11 in ?
assert(base)
NameError: name ‘base’ is not defined

Any ideas? Thanks in advance.