Public bug reported:
The NetworkManager module seems to depend on the Python `dbus` module,
but the package does not depend on `python-dbus`, which provides it.
E.g.:
reed@rh-xenial:~$ sudo apt-get install python-networkmanager
...<snip>...
reed@rh-xenial:~$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import NetworkManager
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/NetworkManager.py", line 7, in <module>
import dbus
ImportError: No module named dbus
>>>
reed@rh-xenial:~$ sudo apt-get install python-dbus
...<snip>...
reed@rh-xenial:~$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import NetworkManager
>>> NetworkManager.NetworkManager.Version
u'1.1.93'
** Affects: python-networkmanager (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630303
Title:
Package does not depend on python-dbus
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-networkmanager/+bug/1630303/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs