On Jul 16, 8:38 am, Max Ischenko <[EMAIL PROTECTED]> wrote:
> Here is the error I got:
>
> $ sudo python setup.py egg_info
>   File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/
> setuptools/command/egg_info.py", line 224, in get_svn_revision
> ValueError: max() arg is an empty sequence

Nevermind this; This seems to be a known bug in setuptools which pops
up if you have any uncommitted directory when you run setup.py. As a
workaround, you need to either commit or temporarily revert any
directories marked as 'A' by Subversion ('M' are ok).

Found here: 
http://pylonshq.com/irclogs/%23pythonpaste/%23pythonpaste.2007-06-04.log.html

Max.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to