Bug 35100 - No module named ucc.images
No module named ucc.images
Status: CLOSED WONTFIX
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: UMC modules
unspecified
Other Linux
: P5 normal
: UCC 2.x
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-11 10:21 CEST by Florian Best
Modified: 2023-06-20 21:00 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): 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 Florian Best univentionstaff 2014-06-11 10:21:35 CEST
Traceback:
Failed to import module uccsetup: No module named ucc.images
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/univention/management/console/protocol/modserver.py",
line 93, in _load_module
    self.__module = __import__(file_, [], [], modname)
  File
"/usr/lib/pymodules/python2.6/univention/management/console/modules/uccsetup/__init__.py",
line 43, in <module>
    import ucc.images as ucc_images
ImportError: No module named ucc.images


Remark:
Öffnen der UCC Einrichtung

The cause is probably when updating from UCC 1 to UCC2 when the package providing "ucc.images" isn't updated due to missing dependency?
Comment 1 Alexander Kläser univentionstaff 2014-06-11 10:30:00 CEST
(In reply to Florian Best from comment #0)
> ...
> The cause is probably when updating from UCC 1 to UCC2 when the package
> providing "ucc.images" isn't updated due to missing dependency?

Hm, this should not be the problem as an "apt-get upgrade" is executed when updating an app.
Comment 2 Alexander Kläser univentionstaff 2014-06-11 10:34:06 CEST
Just for the records… the module ucc.images is a Python module which is part of ucc-image-toolkit. The setup wizard has a dependency on ucc-image-toolkit. If the dependency is satisfied to ucc-image-toolkit and if ucc.images does not exist this could have two causes, AFAIS:
* ucc-image-toolkit is an older version (UCC 1) without the ucc.image module (which exists since UCC 2). However, App-Center-wise I do not see how this could happen at the moment.
* the ucc-image-toolkit has not been properly installed and python-support scripts have not been executed, i.e., ucc.images has not been registered and is thus not available as Python module.
Comment 3 Florian Best univentionstaff 2023-06-20 21:00:20 CEST
UCC is discontinued.