Bug 73101 - redhat-config-httpd pukes python
Summary: redhat-config-httpd pukes python
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: 4Suite
Version: null
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 67217
TreeView+ depends on / blocked
 
Reported: 2002-08-30 19:21 UTC by Dax Kelson
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-09-03 05:19:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Dax Kelson 2002-08-30 19:21:20 UTC
Description of Problem: 
I did an up2date of all the Aug 28th RPMS to a freshly installed Null box. Now 
when I run redhat-config-httpd, I get this: 
 
# redhat-config-httpd                                           Traceback 
(most recent call last):                                                File 
"/usr/share/apacheconf/ApacheConf.py", line 33, in ? 
    import ApacheGizmo 
  File "/usr/share/apacheconf/ApacheGizmo.py", line 36, in ? 
    import ApacheBase 
  File "/usr/share/apacheconf/ApacheBase.py", line 9, in ? 
    from xml.xslt.Processor import Processor 
  File "/usr/lib/python2.2/site-packages/_xmlplus/xslt/__init__.py", line 38, 
in ? 
    from Ft.Lib import pDomlette 
  File "/usr/lib/python2.2/site-packages/Ft/Lib/pDomlette.py", line 718, in ? 
    from pDomletteReader import * 
  File "/usr/lib/python2.2/site-packages/Ft/Lib/pDomletteReader.py", line 27, 
in ? 
    from xml.parsers import expat 
ImportError: cannot import name expat 
 
 
 
 
 
Version-Release number of selected component (if applicable): 
 
redhat-config-httpd-1.0.1-11 
 
How Reproducible: 
Everytime

Comment 1 Florian La Roche 2002-08-31 21:51:04 UTC
expat should be back with newest rpm packages. Please verify...

Thanks a lot,

Florian La Roche


Comment 2 Phil Knirsch 2002-09-02 15:15:29 UTC
Changing to component 4Suite as it should do:

Require: PyXML >= 0.7

as that contains the expat python module.

Read ya, Phil

Comment 3 Bill Nottingham 2002-09-03 05:18:57 UTC
It already does require PyXML >= 0.7.

Comment 4 Jay Turner 2002-09-03 14:34:18 UTC
4Suite-0.11.1-10 does indeed require PyXML >= 0.7 and
redhat-config-httpd-1.0.1-10 runs without error, so closing out.

Comment 5 Trond Eivind Glomsrxd 2002-09-03 14:38:06 UTC
This was a problem with one build which removed a buggy xml parser. For generic
cases, this works - however, if the program specifies which parser to run, it
does not. Thus it was put back.


Note You need to log in before you can comment on or make changes to this bug.