Issue44

Title distutils.log not imported in sdist.py
Priority bug Status resolved
Superseder Nosy List pje, thet
Assigned To Keywords

Created on 2008-09-14.13:36:08 by thet, last changed 2008-09-24.16:47:17 by pje.

Messages
msg179 (view) Author: pje Date: 2008-09-24.16:47:17
This is already fixed in the trunk and branch; use "easy_install
setuptools==dev06" to upgrade to the latest 0.6 branch version.
msg169 (view) Author: thet Date: 2008-09-14.13:36:08
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
"""
History
Date User Action Args
2008-09-24 16:47:17pjesetstatus: unread -> resolved
nosy: + pje
messages: + msg179
2008-09-14 13:36:08thetcreate