|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] No module named xend.server error
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Simon
> Sent: 05 December 2005 23:46
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] No module named xend.server error
>
> Running Xen 3 (xen-3.0.0-install-x86_32.tgz), debian sarge,
> IBM Netfinity 3000, and im getting this error:
>
> 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.
You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/
(where X.Y should match your python version).
Plenty of people run Xen on debian sarge, so it shouldn't be a problem.
Ian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|