This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kelsey.hightower
Recipients eric.araujo, kelsey.hightower, tarek
Date 2011-01-29.10:38:20
SpamBayes Score 1.5171507e-06
Marked as misclassified No
Message-id <1296297501.69.0.98662936413.issue11057@psf.upfronthosting.co.za>
In-reply-to
Content
Missing DistutilsOptionError import in distutil2.config causes the following error:

Traceback (most recent call last):
  File "/opt/OpenPython-2.7.1/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/opt/OpenPython-2.7.1/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/run.py", line 181, in <module>
    main()
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/run.py", line 176, in main
    return commands_main()
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/run.py", line 90, in commands_main
    dist.parse_config_files()
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/dist.py", line 307, in parse_config_files
    return self.config.parse_config_files(filenames)
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/config.py", line 193, in parse_config_files
    self._read_setup_cfg(parser)
  File "/opt/OpenPython-2.7.1/lib/python2.7/site-packages/Distutils2-1.0a3-py2.7.egg/distutils2/config.py", line 113, in _read_setup_cfg
    raise DistutilsOptionError(msg)
NameError: global name 'DistutilsOptionError' is not defined
History
Date User Action Args
2011-01-29 10:38:21kelsey.hightowersetrecipients: + kelsey.hightower, tarek, eric.araujo
2011-01-29 10:38:21kelsey.hightowersetmessageid: <1296297501.69.0.98662936413.issue11057@psf.upfronthosting.co.za>
2011-01-29 10:38:20kelsey.hightowerlinkissue11057 messages
2011-01-29 10:38:20kelsey.hightowercreate