Comment 3 for bug 1713614

Revision history for this message
James Page (james-page) wrote :

I've triaged a few of these today; please could you run the following commands and provide the output in this bug report:

  sudo which pycompile

and please edit:

  sudo vi /var/lib/dpkg/info/python-wrapt.postinst

and change

  set -e

to

  set -ex

and then run

  sudo dpkg-reconfigure python-wrapt

the call to pycompile is guarded on it being installed so this is a bit odd.