|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubu
Hi,
It looks like the problem is that if you have python2.6 installed then
xen-unstable.hg installs into /usr/lib/python2.6/site-packages/xen, but
site-packages is no longer in the default path in python2.6.
A hack which fixes this is to add the following two lines to
/etc/python2.6/sitecustomize.py:
import sys
sys.path.append('/usr/lib/python2.6/site-packages')
but I'm not sure what the proper fix would be...
Regards,
Alex
PS This is also relevant
https://bugs.launchpad.net/ubuntu/+source/python2.6/+bug/362570
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|