Comment 2 for bug 430775

Revision history for this message
Laurence Rowe (lrowe) wrote : Re: [Bug 430775] [NEW] Maximum recursion depth exceeded while attempting to upgrade setuptools on Mac OS X

Only the repeating sections have been removed from the traceback. In
each case there are about 500 / 2000 lines of:

1.
Getting distribution for 'setuptools'.

2.
 Getting distribution for 'setuptools'.

3.
 File "/data/buildout/eggs/zc.buildout-1.4.1-py2.6.egg/zc/buildout/easy_install.py",
line 543, in _get_dist
   dist.location, ws, self._dest, dist)
 File "/data/buildout/eggs/zc.buildout-1.4.1-py2.6.egg/zc/buildout/easy_install.py",
line 301, in _call_easy_install
   ws, False,

I've had one other person confirm that it is repeatable on their Mac.

I've attached the full traceback along with some locals() information
from running buildout -D. If anything else would be helpful I can try
and get the information for you.

Laurence