Comment 6 for bug 337705

Revision history for this message
Michael Vogt (mvo) wrote :

Unfortunately this needs to be reopend. The patch is not enough to fix the problem:

In line 2066 at in the terminal log the crash happens:
Processing triggers for ufw ...
 ...
Traceback (most recent call last):
  File "/usr/sbin/ufw", line 25, in <module>
    import ufw.frontend
ImportError: No module named ufw.frontend
dpkg: subprocess post-installation script returned error exit status 1

At this point ufw is still the intrepid version (ufw gets upgraded in line 2481).

The default python version gets upgraded in line 1238 so python2.6 is the new
default but ufw has no modules for that yet.