On 11/4/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > > I'm puzzled as to why explicitly asking for Kid >= 0.6.4 cares about > > the TurboGears egg info... > > Because to determine whether Kid is available, pkg_resources has to > scan sys.path, and in the process it encounters the (broken) Turbogears > egg. That's why the source not being on sys.path would fix it.
Ahh... that clears everything up. I just changed setup.py slightly so that it doesn't import docgen at all if docs doesn't appear on the command line. --help-commands won't list docs any more, but that's fine for the moment... I can always put it back after you've implemented your fix for it. Thanks! Kevin

