Edgewall Software

Changes between Version 2 and Version 3 of TracFaq


Ignore:
Timestamp:
Aug 7, 2012, 8:51:01 AM (12 years ago)
Author:
Christian Boos
Comment:

installation woes with setuptools …

Legend:

Unmodified
Added
Removed
Modified
  • TracFaq

    v2 v3  
    77
    88----
     9
     10== Installation
     11
     12=== Installation from source
     13
     14==== Q: Why do I get `NameError: global name 'log' is not defined` when trying to use `setup.py`?
     15
     16{{{
     17../trunk/$ python setup.py egg_info
     18running egg_info
     19...
     20  File "build/bdist.linux-x86_64/egg/setuptools/svn_util.py", line 55, in get_sections
     21NameError: global name 'log' is not defined
     22}}}
     23
     24You're most likely working from a Subversion **1.7** checkout and you're using a too old `setuptools` package (e.g. `/setuptools-0.7a1dev_r66608`).
     25
     26See #7598. Upgrade to a newer setuptools, downgrade to svn 1.6.x,   or use distribute.