Comment 4 for bug 1673326

Revision history for this message
Brian Murray (brian-murray) wrote :

I'm not quite sure what happened here but I suspect a local configuration error given that the DuplicateSignature contains the following:

Preparing to unpack .../python-pil_3.1.2-0ubuntu1.1_i386.deb ...
  File "/usr/bin/pyclean", line 63
    except (IOError, OSError), e:

This error would come about if "/usr/bin/pyclean" was run under python3 but the shebang line in /usr/bin/pyclean contains "/usr/bin/python".