Hi all, I compiled and intalled Xen unstable to my debian lenny machine. Everything went right during building and compiling. However, when I boot with my xen "xm info" command is not working. The error says: debian:/home/q# xm info Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main File "usr/lib/python2.5/site-packages/xen/xm/main.py", line 59, in <module> ImportError: No module named sxputils I do not know what to do with this. Any help appriciated. Ilhan _________________________________________________________________ Hotmail: Ücretsiz, güvenilir ve zengin e-posta servisi. https://signup.live.com/signup.aspx?id=60969 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
ilish ilish wrote:> debian:/home/q# xm info > Traceback (most recent call last): > File "/usr/sbin/xm", line 5, in <module> > from xen.xm import main > File "usr/lib/python2.5/site-packages/xen/xm/main.py", line 59, in > <module> > ImportError: No module named sxputils >This problem was drawn into xen-unstable in the patchs of last week. You can just comment the line ''import .sxputils'' in the python file. -- Regards Yu Zhiguo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 26/04/2010 05:09, "Yu Zhiguo" <yuzg@cn.fujitsu.com> wrote:> ilish ilish wrote: >> debian:/home/q# xm info >> Traceback (most recent call last): >> File "/usr/sbin/xm", line 5, in <module> >> from xen.xm import main >> File "usr/lib/python2.5/site-packages/xen/xm/main.py", line 59, in >> <module> >> ImportError: No module named sxputils >> > > This problem was drawn into xen-unstable in the patchs of last week. > > You can just comment the line ''import .sxputils'' in the python file.Juergen, Can you send along sxputils.py, *and any other new files you added that we are missing*, please? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel