On Fri, Sep 5, 2008 at 3:48 PM, Michael Schmarck <
[EMAIL PROTECTED]> wrote:

> Hello.
>
> I'm trying to install Trac, and it failed with a
> NameError: global name 'log' is not defined
> error message. Because of that, I found the
> "the svn >= 1.5 bug with setuptools/command/sdist.py:
> global name 'log' is not defined" thread from
> August 2008 at
> http://mail.python.org/pipermail/distutils-sig/2008-August/009883.html
>
> Now I'm trying to solve that problem. I tried:
>
> easy_install -U setuptools==dev
>
> This fails:
>
> --($ ~/Source/Distutils-1.0.2)-- easy_install -U setuptools==dev
> Searching for setuptools==dev
> [cut]
>  File
> "/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
> line 98, in entries_finder
> NameError: global name 'log' is not defined
>

It looks like a egg-and-chicken problem, since the bug occur in the 0.6c8
version;

I would try to remove setuptools-0.6c8-py2.5 completely before installing
the trunk version

Regards
Tarek
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to