OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004077 [trac] packaging block always 2009-12-11 09:22 2010-02-28 09:44
Reporter pfelecan View Status public  
Assigned To rupert
Priority normal Resolution fixed  
Status closed  
Summary 0004077: undeclared dependency on python_devel
Description After installing trac, trying to get help:

trac-admin help

we get:

Traceback (most recent call last):
  File "/opt/csw/bin/trac-admin", 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

After installing python_devel, everything seems alright.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0007099)
maciej (reporter)
2009-12-18 20:58

This issue will be gone when CSWpython 2.6.4 is released. (it's in testing now)


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker