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? -- Venlig hilsen / Greetings from Claus Ladekjær Wilson Bellisvænget 18 DK - 5450 Otterup tlf. +45-66191050 / mob. +45-61665543 http://www.clauswilson.dk Linux gentoo 2004.2 kernel 2.6.7
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
thanks a lot! Søndag den 30. oktober 2005 01:27 skrev David Ripton:
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
-- Venlig hilsen / Greetings from Claus Ladekjær Wilson Bellisvænget 18 DK - 5450 Otterup tlf. +45-66191050 / mob. +45-61665543 http://www.clauswilson.dk Linux gentoo 2004.2 kernel 2.6.7
participants (2)
-
Claus Ladekjær Wilson
-
David Ripton