Comment 2 for bug 193029

Revision history for this message
Marques Johansson (marques) wrote :

The link: /var/lib/python-support/python2.4/sepolgen/__init__.py points to the wrong folder (sepolgen instead of python-sepolgen).

Here's a workaround until the package is corrected:

sudo ln -sf /usr/share/python-support/python-sepolgen/sepolgen/__init__.py /var/lib/python-support/python2.4/sepolgen/__init__.py
sudo ln -sf /usr/share/python-support/python-sepolgen/sepolgen/__init__.py /var/lib/python-support/python2.5/sepolgen/__init__.py

Then "sudo dpkg --configure -a" to get the packages configured. If it complains about some python packages being in an inconsistent state you should be able to "sudo apt-get dist-upgrade" to correct that.