Basic Help Needed

I have been learning much about Blender and the aspect of creating games sparked my interest. In trying to use Python I have encountered a problem. Importing the Gamelogic for some reason doesn’t work. It says that there is an error: no module named GameLogic. Now is there a problem with this that involves the Python path or something or is this normal? Thanks for your time.

You can only import the gamelogic module when the game engine is actually running.

Martin