Bug 105828
| Summary: | redhat-config-httpd traceback | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bruce A. Locke <blocke> |
| Component: | redhat-config-httpd | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dave.habben, mbarrientos, rvokal |
| 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: | 2006-02-21 18:58:48 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 100643 | ||
I have had the same errors in two differen machines P4 and PIII. I have Name Version Rel ---------------------------------------------------------- redhat-config-httpd 1.1.0 3 Regards As the stack errors idndicates, the error comes from:
"/usr/share/redhat-config-httpd/ApacheBase.py"
Here is the extract of the code that is producing the error:
## File generated automatically by genClass.py
## Do not edit this file directly.
import string
import os
from md5 import md5
from Alchemist import *
from xml.xslt.Processor import Processor <<<<<< ---- Here is the error>>>
from gtk import FALSE
from gtk import TRUE
Looks like a duplicate of bug 99490 one of these two should be closed. *** This bug has been marked as a duplicate of 99490 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Fresh Severn 2 install... libxslt-python is installed. [blocke@kodiak blocke]$ /usr/bin/redhat-config-httpd Traceback (most recent call last): File "/usr/share/redhat-config-httpd/ApacheConf.py", line 50, in ? import ApacheGizmo File "/usr/share/redhat-config-httpd/ApacheGizmo.py", line 36, in ? import ApacheBase File "/usr/share/redhat-config-httpd/ApacheBase.py", line 9, in ? from xml.xslt.Processor import Processor ImportError: No module named xslt.Processor