|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] No module named xend.server error
On 12/6/05, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> wrote:
> > xls0:/var/log# /etc/init.d/xend start
> > Traceback (most recent call last):
> > File "/usr/sbin/xend", line 33, in ?
> > from xen.xend.server import SrvDaemon
> > ImportError: No module named xend.server
>
> The scripts should have installed the python modules in
> /usr/lib/python/xen/ where most python installs will find them. Please
> can you check they installed OK.
in /usr/lib/python/xen/
drwxrwxr-x 8 94 141 1024 2005-12-05 09:24 .
drwxrwxr-x 4 94 141 1024 2005-12-05 09:24 ..
-rw-rw-r-- 1 94 141 2 2005-12-05 09:19 __init__.py
-rw-rw-r-- 1 94 141 202 2005-12-05 09:24 __init__.pyc
drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 lowlevel
drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 sv
drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 util
drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 web
drwxrwxr-x 5 94 141 1024 2005-12-05 09:24 xend
drwxrwxr-x 3 94 141 1024 2005-12-05 09:24 xm
>
> You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/
> (where X.Y should match your python version).
i have a /usr/lib/python, /usr/lib/python2.2 and /usr/lib/python2.3/
site-packages/xen/ is in 2.3, but not 2.2
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|