Bug 62272 - apacheconf should require Distutils
Summary: apacheconf should require Distutils
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apacheconf
Version: 7.3
Hardware: All
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:11 UTC by Nalin Dahyabhai
Modified: 2013-04-02 04:16 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-29 00:11:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Nalin Dahyabhai 2002-03-29 00:11:19 UTC
It's possible to install apacheconf-0.8.1-1 without installing Distutils, but
when you try to run it, you'll get a traceback:

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

Comment 1 Phil Knirsch 2002-04-12 11:54:44 UTC
Fixed in CVS, will be included in next rawhide version.

Read ya, Phil


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