I have a game that works fine in a .blend file, but the runtime never works on any other computer. I get an error saying:
"Python script error from controller “myobject#CONTR#1”:
Traceback (most recent call last):
File “myfile.py”, line #, in (module)
Import Error: No module named random
The computer doesn’t have python installed, but with a runtime, that shouldn’t matter. What other files am I missing?