#12346
Fabrice
Participant

salut,

J’ai testé et ça ne fonctionne pas chez moi. peut etre ais je oublié quelque chose ?

08:37:59.672 [python.interpreter.39] ERROR class org.myrobotlab.logging.Logging – ——
Traceback (most recent call last):
File “<string>”, line 1, in <module>
NameError: name ‘info’ is not defined

at org.python.core.Py.NameError(Py.java:284)
at org.python.core.PyFrame.getname(PyFrame.java:257)
at org.python.pycode._pyx282.f$0(<string>:1)
at org.python.pycode._pyx282.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:160)