Errors on Python scripts

Aaron Konstam akonstam at sbcglobal.net
Mon Aug 7 15:27:18 UTC 2006


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 at localhost ~]$ /usr/sbin/xm
> T[horacio at 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 at sbcglobal.net>




More information about the fedora-list mailing list