Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Tom Rondeau
On Fri, Jun 14, 2013 at 11:15 PM, Dan CaJacob dan.caja...@gmail.com wrote: Is it possible to modify the GRCC tool to work on a system without a display, or over SSH without X-forwarding? I recently found that the GRCC tool which allows you to boil a GRC file down to a Python file, only works

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Josh Blum
Following up on a comment Josh made in the earlier discussion about GRCC, I tried to pull out all of the GUI references that the GRCC tool depends on, but I still ended up with an enigmatic error in the end. Unfortunately, this was done two weeks ago and I don't have any good info on where

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Dan CaJacob
Josh and Tom, I'll try to go back and look into where I left it. I had taken your advice and basically changed all the relevant classes to not inherit the GUI stuff, but I still ended up with an untenable error in the end, that now that you mention it, I think was related to Param.py... As I

Re: [Discuss-gnuradio] GRCC No GUI?

2013-06-18 Thread Roy Thompson
I was able to get this working by simply catching an exception when attempting to import Colors. This seems to be the source of the problem and you don't really need that module when running grcc. See attached patch. -Roy On Tue, Jun 18, 2013 at 4:09 PM, Dan CaJacob dan.caja...@gmail.com