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"
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.
*** This bug has been marked as a duplicate of 62794 ***