Message199

Author zooko
Recipients evilrob, joss, pje, zooko
Date 2008-10-22.01:36:28
Content
> (Interestingly, it *does* search all of sys.path to resolve the dependencies
of anything it actually installs.)

Wait a minute, the problems that we've been having here are when we install
allmydata-tahoe, which depends upon Nevow and Twisted, and setuptools is not
satisfied by the distribution of Nevow or of Twisted which is present in the
sys.path but not in a "site" directory.  So why do you say that setuptools does
search the entire sys.path?  That doesn't seem to be what's happening here.
History
Date User Action Args
2008-10-22 01:36:28zookosetmessageid: <1224639388.66.0.685930503591.issue17@psf.upfronthosting.co.za>
2008-10-22 01:36:28zookosetrecipients: + zooko, pje, joss, evilrob
2008-10-22 01:36:28zookolinkissue17 messages
2008-10-22 01:36:28zookocreate