Would anyone know how I can check out a version of blender which can be
compiled with gamelogic enabled? I thought version 2.25 had gamelogic
enabled, but for some reason, I just cannot import the gamelogic module in python.
GameLogic module works when you run the game engine. Add your script as Python controller, and when some of connected sensors will fire, your script will run.
Yes, I just worked that out myself. Just out of curiosity, could you please
tell me why I can only load the GameLogic stuff in python AFTER the game
is in execution?
I can only speculate (or look into sources), that it was design decision to keep Blender module and GameLogic module separate. If I recall it correctly, on the other side you cannot use Blender module when running game with BlenderPlayer.