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.
> A lot of obscure problems are generally solved by remembering to
> install the application before running it: "python setup.py develop"
Doing "python setup.py develop" results in the same NameError as for
egg_info.
So, trying to fix that, as suggested:
> sudo easy_install setuptools==dev
root's password:
Searching for setuptools==dev
Reading http://www.pylonshq.com/download/
Reading http://pypi.python.org/simple/setuptools/
Best match: setuptools dev
Downloading
http://svn.python.org/projects/sandbox/trunk/setuptools/#egg=setuptools-dev
Doing subversion checkout from
http://svn.python.org/projects/sandbox/trunk/setuptools/ to
/tmp/easy_install-W8UIZi/setuptools
sh: svn: command not found
Processing setuptools
error: Couldn't find a setup script in /tmp/easy_install-W8UIZi/setuptools
And, fwiw:
# whoami
root
# which svn
/usr/local/bin/svn
# svn --version
svn, version 1.5.0 (r31699)
compiled Jul 16 2008, 10:59:27
Do I need to specify something additional for him to find svn?
mario
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---