Comment 1 for bug 1129191

Revision history for this message
Martin Pitt (pitti) wrote :

The actual fix works fine (I can run it from the source directory), but something is weird: If I build the branch and install the debs, and start u-m I get:

$ update-manager
Traceback (most recent call last):
  File "/usr/bin/update-manager", line 37, in <module>
    from UpdateManager.UpdateManager import UpdateManager
ImportError: No module named UpdateManager.UpdateManager

This seems to have nothing to do with that particular change, much rather a recent change in our py3 build chain. binary debdiff doesn't show any difference, and /usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py exists.

Can you reproduce this?