Hi,
i created my own game in blender 2.53 and now i try to use it as runtime…
I know there is no way to export to exe in this beta version, so i try to run it from blenderplayer.exe.
In my game i use script files with bpy and bge logic. When i try to run the file.blend i got an error:
import bpy
ImportError: No module named bpy
So i thought that the blenderplayer uses only the bge logic! Is there a way to include the bpy logic also?