Blender Player Problem!

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?

Hi cyanoboy, have you solved this problem? I need a solution too!

the bpy module isn’t available in the blenderplayer, but the bge is.

What did you use bpy for? There may be an equivalent in the bge module.