OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003729 [py_setuptools] packaging minor have not tried 2009-06-26 00:23 2010-02-26 00:19
Reporter skayser View Status public  
Assigned To mwatters
Priority normal Resolution fixed  
Status closed  
Summary 0003729: Missing dependency on CSWpython-devel?
Description Just installed CSWpysetuptools and easy_install bailed out on me. Upon installation of CSWpython-devel (which contains distutils) the error below goes away.

skayser @ ray1 ~$ easy_install
Traceback (most recent call last):
  File "/opt/csw/bin/easy_install", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 657, in <module>
    class Environment(object):
  File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 660, in Environment
    def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
  File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 55, in get_supported_platform
    plat = get_build_platform(); m = macosVersionString.match(plat)
  File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 186, in get_build_platform
    from distutils.util import get_platform
ImportError: No module named distutils.util
Additional Information skayser @ ray1 ~$ pkginfo -x CSWpysetuptools
CSWpysetuptools pysetuptools - Distribution Utiltiies for Python
                 (all) 0.6,REV=2009.06.05_rev=c9
Tags No tags attached.
Attached Files

- Relationships
has duplicate 0003732closedmwatters CSWpysetuptools dependency failure 

-  Notes
(0006544)
ThurnerRupert (reporter)
2009-08-08 10:55

it is reproducible (and missing).
(0007522)
maciej (reporter)
2010-02-26 00:19

This has been fixed: CSWpython now includes distutils, and the distutils package is gone.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker