<div dir="ltr">I am trying to run the onscreen keyboard onboard with python, and dbus complains. Onboard runs with python3.4 by default. Running it with python3.5 appears to fix the problem. Trying to import dbus.exceptions with python3.4 will cause the problem I was seeing earlier. <div><div><br></div><div>daniel@x230t:~$ python3.4</div><div>Python 3.4.4 (default, Jan  5 2016, 15:35:18) </div><div>[GCC 5.3.1 20160101] on linux</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import dbus.exceptions as exceptions</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "/usr/lib/python3/dist-packages/dbus/__init__.py", line 82, in <module></div><div>    import dbus.types as types</div><div>  File "/usr/lib/python3/dist-packages/dbus/types.py", line 6, in <module></div><div>    from _dbus_bindings import (</div><div>ImportError: No module named '_dbus_bindings'</div><div>>>> </div></div><div><br></div><div>I am not sure if this is a python3.4 problem or a dbus problem, but it appears that </div><div>python-dbus 1.2.2-1 will not work with python3.4</div><div><span style="color:black;font-family:sans-serif;font-size:1.8em;line-height:0.83333"><br></span></div><div>I will also file a bug against onboard so that others know to move up to a newer python version.<span style="color:black;font-family:sans-serif;font-size:1.8em;line-height:0.83333"> </span></div></div>