[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Errors on Python scripts
- From: Aaron Konstam <akonstam sbcglobal net>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Errors on Python scripts
- Date: Mon, 07 Aug 2006 10:27:18 -0500
On Mon, 2006-08-07 at 12:10 +0200, Ferrero Horacio wrote:
> Could someone tell me from where can I find the lost thing on my
> computer to have this error: xc_acm_op. What must I install to solve my
> problem?
>
> [horacio localhost ~]$ /usr/sbin/xm
> T[horacio localhost ~]$ /usr/sbin/xm
> Traceback (most recent call last):
> File "/usr/sbin/xm", line 8, in ?
> from xen.xm import main
> File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 43,
> in ?
> from xen.util import security
> File "/usr/lib64/python2.4/site-packages/xen/util/security.py", line
> 24, in ?
> from xen.lowlevel import acm
> ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/acm.so:
> undefined symbol: xc_acm_op
> raceback (most recent call last):
> File "/usr/sbin/xm", line 8, in ?
> from xen.xm import main
> File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 43,
> in ?
> from xen.util import security
> File "/usr/lib64/python2.4/site-packages/xen/util/security.py", line
> 24, in ?
> from xen.lowlevel import acm
> ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/acm.so:
> undefined symbol: xc_acm_op
>
>
Well one would guess there is something wrong with your xen.lowlevel
module. Well you knew that. It might be interesting to do a:
import xen.lowlevel
dir xen.lowlevel
and see what is produced.
--
Aaron Konstam <akonstam sbcglobal net>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]