]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: fix site-dirs to find system installed twisted on mac.
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 24 Sep 2008 17:42:55 +0000 (10:42 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 24 Sep 2008 17:42:55 +0000 (10:42 -0700)
commit5882ce99f4fba678b0b52533c30b6cc63bb67909
treef1d20d40d4fba2551f7213bea912f43af2f55786
parented9873c2a9dc7315b661d830fdd03dd6dcef0930
setup: fix site-dirs to find system installed twisted on mac.

zooko helped me unravel a build weirdness today.  somehow the system installed
twisted (/System/Library) was pulling in parts of the other twisted (/Library)
which had been installed by easy_install, and exploding.

getting rid of the latter helped, but it took this change to get the tahoe
build to stop trying to rebuild twisted and instead use the one that was
already installed. c.f. tkt #229
setup.py