| Summary: | preupg-content-creator traceback: no preup_creator.ui_helper | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alois Mahdal <amahdal> |
| Component: | preupgrade-assistant | Assignee: | Petr Hracek <phracek> |
| Status: | CLOSED ERRATA | QA Contact: | Tereza Cerna <tcerna> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.8 | CC: | fkluknav, jmazanek, ovasik, phracek, pstodulk, tcerna, ttomecek |
| Target Milestone: | rc | Keywords: | Extras, TestBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | preupgrade-assistant-2.1.6-4.el6 | Doc Type: | No Doc Update |
| Doc Text: |
I don't thing, this needs to be documented.
We introduce preupg-content-creator in this release and we moved some code which causes this traceback.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-11 08:27:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
We need content creator to create custom modules for testing (test suite bug 1289977); testing against real contents is unscalable at least. This is fixed by upstream commit https://github.com/phracek/preupgrade-assistant/commit/b4ae55488c7de2650fcdec1ea16f28c020b4c280 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-1022.html |
Description of problem ====================== preupg-content-creator fails with traceback Version-Release number of selected component ============================================ preupgrade-assistant-2.1.6-2.el6 How reproducible ================ Always Steps to Reproduce ================== $ preupg-content-creator Actual results ============== Traceback (most recent call last): File "/usr/bin/preupg-content-creator", line 8, in <module> from preup.creator.application import Application File "/usr/lib/python2.6/site-packages/preup/creator/application.py", line 7, in <module> from preup_creator.ui_helper import UIHelper ImportError: No module named preup_creator.ui_helper Expected results ================ Something sane, e.g. usage hint