discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Here's an interesting bug


From: Marcus D. Leech
Subject: [Discuss-gnuradio] Here's an interesting bug
Date: Thu, 30 May 2013 23:31:47 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

That I suspect will be hard to fix.

If you run grcc in something that doesn't have access to the X display, it barfs:


Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 27, in <module>
    from gnuradio.grc.python.Platform import Platform
File "/usr/local/lib64/python2.7/site-packages/gnuradio/grc/python/Platform.py", line 23, in <module>
    from .. gui.Platform import Platform as _GUIPlatform
File "/usr/local/lib64/python2.7/site-packages/gnuradio/grc/gui/Platform.py", line 20, in <module>
    from Element import Element
File "/usr/local/lib64/python2.7/site-packages/gnuradio/grc/gui/Element.py", line 20, in <module>
    from Constants import LINE_SELECT_SENSITIVITY
File "/usr/local/lib64/python2.7/site-packages/gnuradio/grc/gui/Constants.py", line 22, in <module>
    import gtk
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
    _init()
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
    _gtk.init_check()
RuntimeError: could not open display



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




reply via email to

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