
On 2005.10.29 22:06:16 +0200, Claus Ladekjær Wilson wrote:
I'm trying to install xen on gentoo linux. But installation complains that it misses twisted which I did install. So maybe the installation of xen doesn't find it. How could I tell it where it is?
This is the twisted-web list. You probably wanted the main twisted list. Actually, you probably wanted the Gentoo forums. Gentoo method: "man equery" will show you how to search for installed packages and files. I think you want "equery f twisted" (If you don't have equery, "emerge gentoolkit".) Python method: $ python Python 2.4.2 (#1, Sep 30 2005, 00:16:18) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import twisted twisted.__path__ ['/usr/lib/python2.4/site-packages/twisted']
Generic Unixoid method: $ find / -name twisted -- David Ripton dripton@ripton.net