<div dir="ltr">Package: python-dbus<div>Version: 1.2.2-1</div><div><br></div><div>When I try to use the onscreen keyboard onboard, I get an error message from python-dbus init file. Below is a transcript of the error. </div><div><br></div><div><div>daniel@x230t:~$ onboard</div><div>/usr/lib/python3/dist-packages/Onboard/utils.py:16: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.</div><div>  from gi.repository import GLib, Gtk</div><div>/usr/lib/python3/dist-packages/Onboard/KbdWindow.py:6: PyGIWarning: GdkX11 was imported without specifying a version first. Use gi.require_version('GdkX11', '3.0') before import to ensure that the right version gets loaded.</div><div>  from gi.repository import GObject, GLib, GdkX11, Gdk, Gtk</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/onboard", line 15, in <module></div><div>    from Onboard.OnboardGtk import OnboardGtk as Onboard</div><div>  File "/usr/lib/python3/dist-packages/Onboard/OnboardGtk.py", line 26, in <module></div><div>    from Onboard.KbdWindow       import KbdWindow, KbdPlugWindow</div><div>  File "/usr/lib/python3/dist-packages/Onboard/KbdWindow.py", line 10, in <module></div><div>    from Onboard.WindowUtils import Orientation, WindowRectPersist, \</div><div>  File "/usr/lib/python3/dist-packages/Onboard/WindowUtils.py", line 21, in <module></div><div>    from Onboard.Config import Config</div><div>  File "/usr/lib/python3/dist-packages/Onboard/Config.py", line 26, in <module></div><div>    from Onboard.ClickSimulator import CSMousetweaks0, CSMousetweaks1</div><div>  File "/usr/lib/python3/dist-packages/Onboard/ClickSimulator.py", line 9, in <module></div><div>    import dbus</div><div>  File "/usr/lib/python3/dist-packages/dbus/__init__.py", line 81, in <module></div><div>    import dbus.exceptions as exceptions</div><div>AttributeError: 'module' object has no attribute 'exceptions'</div></div><div><br></div><div><br></div><div>I am not sure what is causing this. It appears on two computers both running sid. I tried moving to the version of python-dbus in experimental and this did not fix the problem. Interestingly, I am able to run the following</div><div><br></div><div><div>daniel@x230t:~$ python3</div><div>Python 3.5.1+ (default, Feb 24 2016, 11:28:57) </div><div>[GCC 5.3.1 20160220] on linux</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import dbus.exceptions as exceptions</div><div>>>> </div></div><div><br></div><div>with no error. I am not sure why it does not work in a script but does work if I import the module manually. </div><div><br></div></div>