Hello Samuel, On Tue, Jan 17, 2012 at 00:15, Samuel Bronson <naes...@gmail.com> wrote: > Package: apt-listchanges > Version: 2.85.8 > Severity: normal > > This is what I'm seeing: > ,---- > | naesten@hydrogen:~% apt-listchanges bzip2 > | Traceback (most recent call last): > | File "/usr/bin/apt-listchanges", line 28, in <module> > | import apt_pkg > | ImportError: No module named apt_pkg > `---- ... > ii python 2.7.2-7 interactive high-level > object-orie > ii python-apt 0.7.97.1 Python interface to libapt-pkg
I suspect you're using a too old python-apt. You upgraded python to 2.7, but it's likely that the version of python-apt (which is no longer in testing and you should upgrade the system before reporting a bug) is supporting only 2.6 and 2.5 (check with python2.x -c "import apt_pkg" with x in 5, 6, 7). Try upgrading python-apt and see if this fixes your problem. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org