|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem setting up ConVirt 0.95
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
|
|
|
|
|