FalseInterface error
Hello,
I'm still trying to launch doc/examples/demo_graphical_motor_gui.py
For the moment i did :
use PySide2 (as i'm using python 3.7 that PySide do not support)
So i had to change some class references ( QtGui.QWidget => QtWidgets.QWidget/QApplication)
Now i'm stucked on this
env/lib/python3.7/site-packages/fluidlab/instruments/features.py", line 380, in get return self._int_dict[self._interface.read_int16(self._adress)] AttributeError: 'FalseInterface' object has no attribute 'read_int16'