|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xend start problem
Hi,
I think by now you might have figured out where the problem is.Anyway if not, here is a suggestion you could try out:
Install TwistedWeb from here:
http://tmrc.mit.edu/mirror/twisted/Web/0.5/TwistedWeb-0.5.0.tar.bz2 and
just to avoid the warnings the xend spits off edit these two files:
/usr/lib/python/xen/xend/server/SrvDir.py
/usr/lib/python/xen/xend/server/SrvBase.py
Replace this line
from twisted.protocols import http
by this
from twisted.web import http
I think that would help.
-- ~$ubh
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|