On 9/23/08, mario ruggier <[EMAIL PROTECTED]> wrote: > > > On Wed, 17 Sep 2008 12:23:01 -0700, "Mike Orr" <[EMAIL PROTECTED]> > wrote: > > > On Wed, Sep 17, 2008 at 10:13 AM, Ian Bicking <[EMAIL PROTECTED]> > wrote: > >> mario ruggier wrote: > >>>> python setup.py egg_info > > ... > > >>> NameError: global name 'log' is not defined > > > >> I think this is a bug in Setuptools, fixed on Setuptools trunk > >> (easy_install setuptools==dev) and related to svn 1.5 or something. >
This is it. If using SVN 1.5 you need to have setuptools trunk version (not released yet) but instead of installing with ==dev (which requires tools you don't have) I suggest grabbing a snapshot from here: http://peak.telecommunity.com/snapshots/ and simply do "python setup.py install Regards, Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
