The error keeps popping up even after applying the suggested workaround.
Can somebody point me in the right direction ?
I have a clean debian installation with a working XEN 4.2.1 on it.
This is how i try to compile Python 2.7.5:
# wget "http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2"
# tar xf Python-2.7.5.tar.bz2
# rm Python-2.7.5.tar.bz2
# cd Python-2.7.5
# make distclean
# ./configure --prefix=/usr/local/python
PYTHON_PREFIX_ARG=--install-layout=deb
# make -i PYTHON_PREFIX_ARG=--install-layout=deb install
# make PYTHON_PREFIX_ARG=--install-layout=deb install
# cd ..
# rm -R Python-2.7.5/
# ln /usr/local/bin/python2.7 /usr/bin/python
After that i try to run 'pygrub' on my guest domain:
/usr/lib/xen/bin/pygrub /dev/vgXEN/vm1.img
And get the following error:
Traceback (most recent call last):
File "/usr/lib/xen/bin/pygrub", line 20, in <module>
import xen.lowlevel.xc
ImportError: No module named xen.lowlevel.xc
Can't find the file 'xen.lowlevel.xc' either on my hard disk so i think
i am missing something...
Thx in advance,
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org