Bug 488349
| Summary: | elisa won't launch, just throws a python stack trace | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Miller <maxamillion> |
| Component: | elisa | Assignee: | Matthias Saou <matthias> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | matthias |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-04 10:26:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 429590 *** |
Description of problem: elisa fails to start, it appears to be missing a dependency Version-Release number of selected component (if applicable): 0.3.2-1 How reproducible: Every attempt to run off a fresh install of F-10 + updates Steps to Reproduce: 1. yum -y install elisa 2. run 'elisa' from a terminal window 3. see the python stack trace Actual results: python stack trace Expected results: elisa to run Additional info: Python stack trace: [adam@f10build ~]$ elisa Traceback (most recent call last): File "/usr/bin/elisa", line 8, in <module> load_entry_point('elisa==0.3.2', 'gui_scripts', 'elisa')() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2180, in load_entry_point return ep.load() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1913, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.5/site-packages/elisa/core/application.py", line 48, in <module> from twisted.web import client ImportError: No module named web It appears to need to depend on the package twisted-web.