Closed PierrickKoch closed 6 years ago
A bit of backtrace would be useful, if possible...
env.create()
soles this issue.
example:
from morse.builder import *
def toto():
pass
robot = ATRV()
env = Environment("empty")
# env.create() # wihtout this line morse run crashes with:
# ImportError: No module named 'calling'
Creating any function or class in a morse builder script fails to run with:
Take any simulation builder script and add:
you will get this issue.
My setup is: Fedora 26, Blender 2.79 tar.gz from d.b.o export MORSE_SILENT_PYTHON_CHECK=1 export MORSE_POP_PYTHONLIB=/usr/lib64/python3.6