No Gui Gnu Radio Companion

Hello,

Im running GRC and I have a grc file with no gui. When I run the file a
python window displays and then disappears. I want to read whats in that
window since it seems there is a problem with my file and its not
printing
to any where else. How do I do this? Is there a way to run the GRC file
from
the command line?

Thanks,
Justin

Justin


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

GRC produces a python program, which you can run directly.

If your flow-graph is named “foo”, GRC will produce two files:

o foo.grc
o foo.py