From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ji Hoo Subject: xend, xm error. Date: Mon, 06 Jul 2009 17:04:08 +0900 Message-ID: <4A51AFF8.8060704@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi ~ I downloaded http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0-xen.tar.gz. And I did make world, make install. After changing some config parameter, I succeeded to boot dom 0. but xm, xend doesn't working. below is what I got. root@ubuntu:~/xen-3.4.0# xend Traceback (most recent call last): File "/usr/sbin/xend", line 36, in from xen.xend.server import SrvDaemon ImportError: No module named xen.xend.server root@ubuntu:~/xen-3.4.0# xm Traceback (most recent call last): File "/usr/sbin/xm", line 5, in from xen.xm import main ImportError: No module named xen.xm I added the path to xm file like sys.path.append('blahblah'). But it still complain "No module named blahblah". Maybe it's a simple path problem. But I can't find what the problem is. I use ubuntu 9.04, gcc-3.4.6. Could anybody help me ? JiHoo.