[Distutils] [issue45] distutils.log not imported in sdist.py

johannes raggam setuptools at bugs.python.org
Sun Sep 14 15:36:10 CEST 2008


New submission from johannes raggam <raggam-nl at adm.at>:

please add
  from distutils import log
in setuptools.command.sdist.py

setuptools version: setuptools-0.6c8-py2.4.egg

i got an error with installing a python module which i checked out from svn.
from traceback:
"""log.warn("unrecognized .svn/entries format in %s", dirname)
NameError: global name 'log' is not defined
"""

----------
messages: 170
nosy: thet
priority: bug
status: unread
title: distutils.log not imported in sdist.py

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue45>
_______________________________________________


More information about the Distutils-SIG mailing list