On Sun, Jun 27, 2010 at 4:04 AM, Peter Westlake <peter.westl...@pobox.com> wrote: > >> python -c "import pkg_resources;print pkg_resources.require('Twisted')" > > It says: > > allmydata-tahoe-1.7.0$ python -c "import pkg_resources;print > pkg_resources.require('Twisted')" > [Twisted 10.0.0 > (/localhome/packages/allmydata-tahoe-1.7.0/Twisted-10.0.0-py2.5-linux-i686.egg), > zope.interface 3.4.0 (/usr/lib/python2.5/site-packages)]
Well, okay, that says that the one in your current working directory, in a .egg, would satisfy that requirement. But suppose you cd to a different directory and run it again. :-) Or rm that .egg and run it again. Thanks! The thing is, it should have been satisfied with the Twisted 8 that was already installed in your system, instead of creating that local Twisted 10.0.0 egg. Regards, Zooko _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python