It appears to me that your system has two python 2.7 installs; one from
the package manager, and one you installed manually for some reason. You
should install Gufw's dependencies on your manual python install, or get
rid of it and use the system-provided python install which should
already have them installed.

You can confirm by running `which python` and/or `which python2.7`; the
ubuntu python is provided in */usr/bin/* whereas the one you installed
manually is in */usr/local/bin/*

If you run the following command to ignore any traces of your manually
installed python

export PATH=$(echo $PATH|sed 's/:/\n/g'|grep -v local|tr '\n' ':')

And then run python on that same terminal you should be able to import
dbus, as well as run gufw.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1194791

Title:
  Python doesn't find modules in Ubuntu 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to