WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Problem setting up ConVirt 0.95

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Problem setting up ConVirt 0.95
From: "Saúl Ibarra" <saghul@xxxxxxxxx>
Date: Tue, 11 Nov 2008 13:07:31 +0100
Delivery-date: Tue, 11 Nov 2008 04:08:18 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TTtSXL6sIctrrCOIgfVBj76Pk3zG7RBzq6rszgpFWhM=; b=dejIsWi6R+WuJZYDYUNFnXukLSwnF+CcdsYD8Wsnb0T7+yOBdedqKXMerSumBVXCCI IMTB/5O8u/ElNXZ5gKW9xpNJPvOYqWllYSdv3QPWW9IOIBqhcbykCHqpEy9NRaGsVBwc q/P/yp3kIg6Pl/F2chKHC7IBgOW9ZyMArvUZI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bx4+HtL2STM/EIv18wheh/4aRJ16r/ABBGQ+ZQ7sZZakKMdX1U8Ht35KGpfPaBo6RM 4whf2te+3wvaIEJs/a0AROMrp20Bu4i0Gh34BdCO2/VSVSqUyMPBYCFUOoZX1ku5m5Pi iktLg0SSe0RbKdEhplNaNMI41pXNZF04UY07E=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <34035cf70811110243o398706c9p109400e2b3aaf1c7@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <34035cf70811030502u6af58c6fr5fdd24189f5c378f@xxxxxxxxxxxxxx> <OF8247DFE2.65D4BE8B-ONC22574F7.0048ED8D-C22574F7.00492108@xxxxxxxx> <34035cf70811062351x354b53c9kf961cb785f04d67e@xxxxxxxxxxxxxx> <34035cf70811110243o398706c9p109400e2b3aaf1c7@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
SOLVED!

I installed xen-utils package, so that I get the python modules, but
as they are not in the path, I added it manually , by editting
src/convirt/core/platforms/xen/XenServerProxy.py file and adding the
following:

import sys
sys.path.append("/usr/lib/xen-3.2-1/lib/python/")

just before import xen.xend.XendClient.


Hope someone finds it usefull :)


-- 
Saúl -- "Nunca subestimes el ancho de banda de un camión lleno de disketes."
----------------------------------------------------------------
http://www.saghul.net/

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>