Bug 53873 - ImportError: cannot import name UniventionUpdater
ImportError: cannot import name UniventionUpdater
Status: NEEDMOREINFO
Product: UCS
Classification: Unclassified
Component: Update - univention-updater
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-05 10:47 CEST by Christian Castens
Modified: 2021-10-05 11:45 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.017
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021100121000543
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2021-10-05 10:47:26 CEST
Version: 4.4-8 errata1054 (Blumenthal)

Remark: nach Neustart der virtuellen Maschine

Error:
Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/protocol/modserver.py", line 114, in _load_module
    self.__module = __import__(file_, {}, {}, modname)
  File "%PY2.7%/univention/management/console/modules/updater/__init__.py", line 57, in <module>
    from univention.updater.tools import UniventionUpdater
  File "%PY2.7%/univention/updater/__init__.py", line 33, in <module>
    from univention.updater.tools import UniventionUpdater  # NOQA
ImportError: cannot import name UniventionUpdater

Role: memberserver
Comment 1 Philipp Hahn univentionstaff 2021-10-05 11:45:49 CEST
Please provided needed information:
- dpkg -l univention-management-console-module-updater python-univention-updater univention-updater
- python2 -c 'import univention.management.console.modules.updater'
- ls -l /usr/lib/python2.7/dist-packages/univention/updater/