Comment 5 for bug 336999

Revision history for this message
Heiko Voigt (hvoigt) wrote :

This seems to break the standard installation with python2.5... I've got the same error the other way around. Now its installed in the python2.6 directories but I have the standard package of python2.5 installed. Symlinking it from the python2.5 package directory
fixes it:

$ cd /usr/lib/python2.5/site-packages
$ ln -s /usr/lib/python2.6/dist-packages/nssbackup

which is probably only useable as a hotfix. Maybe regenerate the package with python2.5? Because there is no deb for python2.6, is there ?