Re: [Distutils] setuptools bug report: _get_unpatched() is way too clever (and also returns the wrong module)

2008-04-02 Thread Phillip J. Eby
At 11:40 PM 4/1/2008 -0500, Dave Peterson wrote: I've previously volunteered Enthought to do about the same thing (except to include svn with the Trac instance) but there wasn't much response beyond Jeff Rush saying he was already setting one up, and the response by Phillip to use the python dev

Re: [Distutils] setuptools bug report: _get_unpatched() is way too clever (and also returns the wrong module)

2008-04-01 Thread Dave Peterson
zooko wrote: I would be willing to host a trac instance to serve as a wiki and issue tracker for setuptools, and a buildbot. (But I don't want to have anything to do with subversion -- I much prefer darcs.) I've previously volunteered Enthought to do about the same thing (except to

[Distutils] setuptools bug report: _get_unpatched() is way too clever (and also returns the wrong module)

2008-03-26 Thread zooko
Bug report #1: _get_unpatched() returns a module from the system site-packages instead of the module from the PYTHONPATH which ought to have precedence, leading to setuptools-0.6c8 invoking setuptools-0.6a9 in the following stack trace:

Re: [Distutils] setuptools bug report: _get_unpatched() is way too clever (and also returns the wrong module)

2008-03-26 Thread Phillip J. Eby
At 06:09 PM 3/26/2008 -0700, zooko wrote: Bug report #1: ... PYTHONPATH=/home/buildslave/slave-tahoe/dapper/build/support/lib/ python2.4/site-packages python ./setup.py develop --prefix=/home/ buildslave/slave-tahoe/dapper/build/support ... Running Nevow-0.9.18/setup.py -q bdist_egg --dist-dir

Re: [Distutils] setuptools bug report: _get_unpatched() is way too clever (and also returns the wrong module)

2008-03-26 Thread Phillip J. Eby
At 07:25 PM 3/26/2008 -0700, zooko wrote: On Mar 26, 2008, at 6:56 PM, Phillip J. Eby wrote: https://dev.allmydata.com/buildbot-tahoe/builders/dapper/builds/ 1427/steps/compile/logs/stdio That URL requires login credentials that I don't have. And I need the rest of the traceback to make any