This problem is probably related to:
https://bugs.launchpad.net/command-not-found/+bug/1480388

In that case a simple solution is to change a line in /usr/lib/command-
not-found from:

os.execvp("python3", [sys.argv[0]] + sys.argv)

to:

os.execvp("/usr/bin/python3", [sys.argv[0]] + sys.argv)

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

Title:
  update-manager fails to upgrade from quantal to raring No module named
  '_sysconfigdata_m'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.3/+bug/1192890/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to