Bug 62275 - Won't run, package missing dependencies
Summary: Won't run, package missing dependencies
Keywords:
Status: CLOSED DUPLICATE of bug 62794
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: apacheconf
Version: skipjack-beta1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-29 00:14 UTC by Todd Palmer
Modified: 2013-04-02 04:16 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-04-01 06:56:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Todd Palmer 2002-03-29 00:14:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)

Description of problem:
apacheconf will not run, fails w/ ImportError "no module named distutils" error




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


How reproducible:
Always

Steps to Reproduce:
1.run /usr/share/apacheconf/apacheconf
2.
3.
	

Actual Results:  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:  GUI should come up

Additional info:

The default script is running under Python 1.5, but I don't think distutils was 
automatically distributed w/ 1.5.  It also fails under python 2.1 
with "ImportError no module named gtk" and under 2.2 with "ImportError no 
module named GDK"

Comment 1 Nathan G. Grennan 2002-04-01 06:56:24 UTC
Running under skipjack beta1 with all the updates from up2date I don't have this
problem. I would suspect outside packages overwriting/replacing a package to be
at work here. You might also want to rpm -V   apacheconf, python, etc.

Comment 2 Phil Knirsch 2002-04-11 13:53:57 UTC

*** This bug has been marked as a duplicate of 62794 ***


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