discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] GRC on Debian


From: Alex DEKKER
Subject: [Discuss-gnuradio] GRC on Debian
Date: Sat, 12 May 2012 10:45:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3

Anyone using GRC on Debian testing? I've build it from git but it won't run:

$ gnuradio-companion
Traceback (most recent call last):
  File "/usr/local/bin/gnuradio-companion", line 58, in <module>
    from gnuradio.grc.python.Platform import Platform
File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/python/Platform.py", line 22, in <module>
    from .. base.Platform import Platform as _Platform
File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py", line 22, in <module>
    from .. base import ParseXML, odict
File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/base/ParseXML.py", line 20, in <module>
    from lxml import etree
File "lxml.etree.pyx", line 67, in init lxml.etree (src/lxml/lxml.etree.c:159915)
  File "/usr/lib/python2.7/io.py", line 60, in <module>
    import _io
TypeError: type '_io._IOBase' participates in gc and is a base type but has inappropriate tp_free slot
Segmentation fault


I can see someone else had this problem as they've pastebinned the same error but can't find a resolution for this. I've built and run gqrx [which is full of gnuradio goodness] on the same machine without issue so it's probably a Python problem.

alexd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]