Hello,

I am trying to run gnuradio-companion under Suse 12.3
I get the following error-message:

gnuradio-companion
Traceback (most recent call last):
   File "/usr/bin/gnuradio-companion", line 67, in<module>
     from gnuradio.grc.python.Platform import Platform
   File "/usr/lib64/python2.7/site-packages/gnuradio/grc/python/Platform.py", 
li\
ne 22, in<module>
     from .. base.Platform import Platform as _Platform
   File "/usr/lib64/python2.7/site-packages/gnuradio/grc/base/Platform.py", 
line\
  22, in<module>
     from .. base import ParseXML, odict
   File "/usr/lib64/python2.7/site-packages/gnuradio/grc/base/ParseXML.py", 
line\
  20, in<module>
     from lxml import etree
ImportError: /usr/lib/python2.7/site-packages/lxml/etree.so: wrong ELF class: E\
LFCLASS32

Apparently there is some mix of 32-Bit and 64-Bit libraries? My system is 
64-Bit.
I have installed python-lxml 2.3.4-6.1.1 using Yast.

Any hints on what might be wrong or how I can check which lib is 32-Bit?

Thanks

Wolfgang
This doesn't look like a Gnu Radio library. Looks like the "lxml" library that was installed as part of your ssystem, and *NOT* as part of the
  Gnu Radio install.

My guess is that Yast installed the wrong thing, or that some type of "mixed 32-bit/64-bit" support option on your system is not installed.



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to