From: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
To: "bderzhavets@yahoo.com" <bderzhavets@yahoo.com>
Cc: xen-devel <xen-devel@lists.xensource.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubuntu Desktop installed)
Date: Wed, 06 May 2009 17:37:38 +0100 [thread overview]
Message-ID: <4A01BCD2.7000505@eu.citrix.com> (raw)
In-Reply-To: <295806.73058.qm@web56108.mail.re3.yahoo.com>
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
next prev parent reply other threads:[~2009-05-06 16:37 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 3:15 struct page_info Mukesh Rathor
2009-04-24 6:50 ` Jan Beulich
2009-04-24 7:21 ` Cihula, Joseph
2009-04-24 7:33 ` Keir Fraser
2009-04-25 12:54 ` Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubuntu Desktop installed) Boris Derzhavets
2009-04-25 13:20 ` Thiago Camargo Martins Cordeiro
2009-04-25 16:08 ` Boris Derzhavets
2009-04-26 12:15 ` Boris Derzhavets
2009-04-27 5:56 ` Boris Derzhavets
2009-04-29 15:59 ` Ian Jackson
2009-04-29 16:15 ` Boris Derzhavets
2009-04-29 16:19 ` Ian Jackson
2009-04-29 16:23 ` Boris Derzhavets
2009-05-06 16:37 ` Alex Zeffertt [this message]
2009-05-07 11:10 ` Ian Jackson
2009-05-07 13:15 ` [PATCH] " Alex Zeffertt
2009-05-07 13:23 ` Keir Fraser
2009-05-07 14:16 ` Ian Jackson
2009-05-07 14:37 ` Keir Fraser
2009-05-07 15:08 ` Ian Jackson
2009-05-07 17:11 ` [PATCH] Permit user to suppress passing --prefix to setup.py Ian Jackson
2009-05-08 15:45 ` Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubuntu Desktop installed) Boris Derzhavets
2009-05-08 17:40 ` Boris Derzhavets
2009-05-09 19:41 ` 2.6.30-rc3-tip kernel's backend network driver response when loading Xen 3.4 Dom0 " Boris Derzhavets
2009-05-11 22:51 ` Jeremy Fitzhardinge
2009-05-12 9:07 ` Boris Derzhavets
2009-04-29 16:21 ` Attempt to build xen-unstable " Boris Derzhavets
2009-04-24 21:38 ` struct page_info Mukesh Rathor
[not found] <18946.60770.61629.799986@mariner.uk.xensource.com>
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A01BCD2.7000505@eu.citrix.com \
--to=alex.zeffertt@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=bderzhavets@yahoo.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.