bonjour,après avoir suivi le tuto de Gaël avec le scripts InMoov3.Deep.AB.V7.FR.py
j’ai une erreur au lancement de MYROBOTLAB la voici
python : Traceback (most recent call last):
File “<string>”, line 96, in <module>
AttributeError: ‘NoneType’ object has no attribute ‘setVoice’
at org.python.core.Py.AttributeError(Py.java:205)
at org.python.core.PyObject.noAttributeError(PyObject.java:1013)
at org.python.core.PyObject.__getattr__(PyObject.java:1008)
at org.python.pycode._pyx3.f$0(<string>:346)
at org.python.pycode._pyx3.call_function(<string>)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1386)
at org.python.core.Py.exec(Py.java:1430)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:267)
at org.myrobotlab.service.Python$PIThread.run(Python.java:161)