discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio]GNU Radio Companion execute error


From: Josh Blum
Subject: Re: [Discuss-gnuradio]GNU Radio Companion execute error
Date: Thu, 21 Feb 2008 10:46:00 -0500
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Jacky,

This is because the latest gnuradio trunk no longer has blks package. You can run gnuradio 3.1.1 release with grc 0.69. Or, use the latest grc trunk with the latest gnuradio trunk.

Let me know if there are any problems. Sometime soon, I should make a grc release that works with the current gnuradio trunk.

-Josh

JackyYang wrote:
Hi:

I download grc_0.69 and run it.

But I gat error message:

address@hidden:~/grc_0.69/src$ python Editor.py
Traceback (most recent call last):

  File "Editor.py", line 46, in <module>

    from ActionHandler import ActionHandler

  File "/home/jacky/grc_0.69/src/ActionHandler.py", line 29, in <module>

    import Graphics

  File "/home/jacky/grc_0.69/src/Graphics/__init__.py", line 24, in <module>

    from MainWindow import MainWindow

  File "/home/jacky/grc_0.69/src/Graphics/MainWindow.py", line 29, in
<module>

    from FlowGraph import FlowGraph

  File "/home/jacky/grc_0.69/src/Graphics/FlowGraph.py", line 34, in
<module>

    import SignalBlockDefs

  File "/home/jacky/grc_0.69/src/SignalBlockDefs/__init__.py", line 23, in
<module>

    from SignalBlockTree import
SB_TREE,get_signal_block,TagNotFoundException

  File "/home/jacky/grc_0.69/src/SignalBlockDefs/SignalBlockTree.py", line
32, in <module>

    import Misc

  File "/home/jacky/grc_0.69/src/SignalBlockDefs/Misc.py", line 25, in
<module>

    from gnuradio import gr,blks

ImportError: cannot import name blks

My system is "Ubuntu 7.10 + gnuradio 3.1.1"

Thank you advising.




------------------------------------------------------------------------

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

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