Kevin Dangoor wrote: > On 1/6/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > python setup.py develop worked fine here, with no explicit > > installation step for TurboKid. > > That's odd. I could swear that people had trouble getting stuff to > install via setup.py develop just a few days ago. Oh yes... I think > the difference is that those eggs were not in PyPI whereas TurboKid > is.
FYI, as of setuptools 0.6a9, you can set [easy_install] find_links in setup.cfg and they will be honored by the develop command. So you should be able to get this to work okay even for stuff that's not in PyPI.

