Hello.
I have problem importing my own scripts in GameEngine in Blender 2.44 on Ubuntu 7.10.
I want to initialize some objects in the “GameSetup” script launched ones in the beginning. Classes are defined in other py files ( I have created them in blender text editor), but non of them (scripts or modules?) imports. For example:
PYTHON SCRIPT ERROR:
Traceback (most recent call last):
File “GameSetup”, line 5, in <module>
ImportError: No module named ActionSay
I have tried “import ActionSay”, "from ActionSay import * " , “… ActionSay.py” and so on.
It has worked somehow some time ago thought, so I am quite frustrated now :spin:.
Thanks in advance.