another python question..no one seems to know so i'll ask

When I run a script that has import GameLogic the dos window says error no modual call GameLogic. No one seems to know y, does anyone know?
thanks

the gamelogic module is only available when the game engine is running, so you cannot test your scripts prior to starting the game.

Martin

thanks theeth ok so the error is suppost to be there ok cool
thanks again