i upgraded python to 2.7 and i am getting errors with command-not-found -
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 8, in <module>
import CommandNotFound
ImportError: No module named CommandNotFound
@6730b]j> lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
When i switch back to 2.6, it works fine! Is there a fix for this with python 2.7?