When I start xen in the dom 0 , it''s display me these errors: [root@datacenter root]# xend start /usr/lib/python/xen/xend/server/SrvDaemon.py:28: RuntimeWarning: Python C API version mismatch for module xen.lowlevel.xu: This Python has API version 1011, module xen.lowlevel.xu has version 1012. from xen.lowlevel import xu 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 32, in ? from xen.xend import XendRoot File "/usr/lib/python/xen/xend/XendRoot.py", line 17, in ? from XendLogging import XendLogging File "/usr/lib/python/xen/xend/XendLogging.py", line 4, in ? import logging ImportError: No module named logging [root@datacenter root]# How to resolve that problem Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 23 September 2005 13:55, cmignan@otitelecom.bj wrote:> When I start xen in the dom 0 , it''s display me these errors: > > [root@datacenter root]# xend start > /usr/lib/python/xen/xend/server/SrvDaemon.py:28: RuntimeWarning: Python C > API version mismatch for module xen.lowlevel.xu: This Python has API > version 1011, module xen.lowlevel.xu has version 1012. > from xen.lowlevel import xuWell, python complains about a version mismatch, possible solutions would be to upgrade your system python to the version that was used to compile the xen modules or to recompile xen from sources with your current python version. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello Christian, You need to get the python logging module installed. Either you need to downloade the source from http://www.red-dove.com/python_logging.html or use ''make install-logging'' at the xen root to install. Hope this helps. Regards Chintu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users