The patch at http://bugs.python.org/issue2770 fixes the issue by looking
for files that start with '9' as well as '8', though I imagine sdist.py
should import the log function since it references it. Silly setuptools.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
adding:
from distutils import log
to the top of:
/usr/lib/python2.5/site-packages/setuptools/command/sdist.py
fixes it for me. This is my first bug report resonse so sorry if I formatted it
wrong.
Jason Edson
Package: python-setuptools
Version: 0.6c8-3
Severity: serious
The symptom:
x2:~/src/a11y/freedots% python setup.py sdist
running sdist
running egg_info
writing requirements to freedots.egg-info/requires.txt
writing freedots.egg-info/PKG-INFO
writing top-level names to freedots.egg-info/top_level.t
3 matches
Mail list logo