[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-listchanges refuses to work




> It should be in the python-apt package, which should have been installed as a 
> dependency of apt-listchanges.  Strange.
> 
> If it's installed OK, then you might want to check your python configuration: 
> seems like some of the paths might have been altered.
> 
> -- 
> Lee.

i have looking the code of /usr/bin/apt-listchanges .
it imports several packages (like anydbm).
i have found the files
/usr/lib/python2.3/anydbm.py
/usr/lib/python2.3/anydbm.pyc
/usr/lib/python2.3/anydbm.pyo


but no apt_pkg there.

there is only the following file (i found it with dpkg -L python-apt):
/usr/lib/python2.3/site-packages/apt_pkg.so

so, i think that you are right... python is not searching in the right
place. the question is: how do i say pyhton to search in the right
place?

maxi



Reply to: