All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ji Hoo <jihoo79@gmail.com>
To: xen-devel@lists.xensource.com
Subject: xend, xm error.
Date: Mon, 06 Jul 2009 17:04:08 +0900	[thread overview]
Message-ID: <4A51AFF8.8060704@gmail.com> (raw)

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 <module>
    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 <module>
    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.

                 reply	other threads:[~2009-07-06  8:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A51AFF8.8060704@gmail.com \
    --to=jihoo79@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.