Bug 62794

Summary: apacheconf does not start due to missing modules
Product: [Retired] Red Hat Public Beta Reporter: Maik Danstedt <madmaik>
Component: apacheconfAssignee: Jonathan Blandford <jrb>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1CC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-11 13:53:56 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: 61590    

Description Maik Danstedt 2002-04-05 17:34:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/2.99 (3.0 rc3); Linux)

Description of problem:
starting apacheconf results in several error messages saying ImportError : No module named xxx

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.start apacheconf
2.
3.
 

Actual Results:  messages in the commandline:

(Traceback (innermost last):
    File "/usr/share/apacheconf/ApacheConf.py", line 36, 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/python1.5/site-packages/xml/xslt/__init__.py", line 18, in ?
      from distutils import version
  ImportError: No module named distutils)

Expected Results:  startup of apacheconf

Additional info:

Comment 1 Bill Nottingham 2002-04-09 20:08:36 UTC
apacheconf needs to require distutils...

Comment 2 Bill Nottingham 2002-04-09 21:17:59 UTC
*** Bug 62876 has been marked as a duplicate of this bug. ***

Comment 3 Phil Knirsch 2002-04-11 13:53:49 UTC
*** Bug 62275 has been marked as a duplicate of this bug. ***

Comment 4 Phil Knirsch 2002-04-12 11:55:53 UTC
Fixed in CVS, will be in next rawhide version.

Read ya, Phil