probleme with gameengine

Hello,

Excuse me for my english, I’am french…

I have download the sources of blender 2.37a via CVS, the compilation is ok (with make under Fedora Core 4), python2.3 is ok, but when i import GameLogic or Rasterizer modules, I have the folowing message:

>./blender
Using Python version 2.3
Traceback (most recent call last):
File “globLoc”, line 1, in ?
ImportError: No module named Rasterizer

in the srcipt window, i just write:

import Rasterizer

Somebody can help me or give me a another way for use succesfuly gameengine?

Thank’s.

  1. Make sure you have Python installed

  2. Don’t run the script by pressing Alt+A because the GameLogic, Rasterizer, and GameKeys modules are not accessible if they are not in a game. The only way scripts with GameLogic, Rasterizer, and GameKeys modules can be run is with a Python controller in the logic bricks, and when you press P to play the game.

Hope you understand.

I am not sure , but in blender make file sayes
compile with MSVC ++
or you use linux??

Excuse me for my english, I’am russian…

:smiley: