Mantis - py_setuptools
Viewing Issue Advanced Details
3729 packaging minor have not tried 2009-06-26 00:23 2010-02-26 00:19
skayser  
mwatters  
normal  
closed  
fixed  
none    
none  
0003729: Missing dependency on CSWpython-devel?
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
skayser @ ray1 ~$ pkginfo -x CSWpysetuptools
CSWpysetuptools pysetuptools - Distribution Utiltiies for Python
                 (all) 0.6,REV=2009.06.05_rev=c9
has duplicate 0003732closed mwatters CSWpysetuptools dependency failure 
Issue History
2009-06-26 00:23 skayser New Issue
2009-06-26 04:50 mwatters Status new => assigned
2009-06-26 04:50 mwatters Assigned To => mwatters
2009-06-26 16:02 mwatters Relationship added has duplicate 0003732
2009-08-08 10:55 ThurnerRupert Note Added: 0006544
2010-02-26 00:19 maciej Note Added: 0007522
2010-02-26 00:19 maciej Status assigned => closed
2010-02-26 00:19 maciej Resolution open => fixed

Notes
(0006544)
ThurnerRupert   
2009-08-08 10:55   
it is reproducible (and missing).
(0007522)
maciej   
2010-02-26 00:19   
This has been fixed: CSWpython now includes distutils, and the distutils package is gone.