Hi, I am a new user of XEN and trying to start it on FC2. I have installed twisted, python and latex but i am not sure about libcurl and zlib. I have manage to boot the system by selecting xen from grub. The problems is the following # xend start / Traceback (most recent call last):/>/ File "/usr/sbin/xend", line 27, in ?/ >/ from xen.xend.server import SrvDaemon/ >/ File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 35, in ?/ >/ from xen.xend.server import SrvServer/ >/ File "/usr/lib/python/xen/xend/server/SrvServer.py", line 28, in ?/ >/ from twisted.web import server, static/ >/ ImportError: No module named web/ >I read the previous archives but not able to figure out what exactly too be done, I tried to rebuild twisted using "python setup.py install" command, but it says upto-date for each file. So still the same problems persists. How shall I come up with it. Axpecting an early and helpfull reply Thanks Piyush _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I am a new user of XEN and trying to start it on FC2. I have installed twisted, python and latex but I am not sure about libcurl and zlib. I have manage to boot the system by selecting xen from grub. The problems is the following # xend start / Traceback (most recent call last):/>/ File "/usr/sbin/xend", line 27, in ?/ >/ from xen.xend.server import SrvDaemon/ >/ File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 35, in ?/ >/ from xen.xend.server import SrvServer/ >/ File "/usr/lib/python/xen/xend/server/SrvServer.py", line 28, in ?/ >/ from twisted.web import server, static/ >/ ImportError: No module named web/ >I read the previous archives but not able to figure out what exactly too be done, I tried to rebuild twisted using "python setup.py install" command, but it says upto-date for each file. So still the same problems persists. How shall I come up with it. Expecting an early and helpful reply Thanks Piyush _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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@lists.xensource.com http://lists.xensource.com/xen-users