Re: [Discuss-gnuradio] Change Hierarchical Blocks Import Method?

2013-06-15 Thread Adeel Anwar
Dan, You can define custom path in */.gnuradio/config.conf *OR export path to* **GRC_BLOCKS_PATH *environment variable. See http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Installing-the-XML-Block-Definition -Adeel On Fri, Jun 14, 2013 at 8:22 PM, Dan CaJacob wrote: > Woul

[Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread Tanaga Biru
Dear Helper, I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu Terminal, I received the following message: *Cannot import gnuradio.* *Is the python path environment variable set correctly? * * All OS: PYTHONPATH* * * *Is the library path environment variable set correctly?*

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread Arturo Rinaldi
Il 15/06/13 13:02, Tanaga Biru ha scritto: Dear Helper, I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu Terminal, I received the following message: *Cannot import gnuradio.* *Is the python path environment variable set correctly? * *All OS: PYTHONPATH* * * *Is the lib

[Discuss-gnuradio] Error in tcp.py and patch

2013-06-15 Thread Volker Schroer
Hi, I just tried to use tcp source/ sink in gnuradio 3.7.0git-126-g72776a40 and I get the following errors: The sink side File "/usr/local/gnuradio/lib64/python2.7/site-packages/grc_gnuradio/blks2/tcp.py", line 70, in __init__ self.connect(self, gr.file_descriptor_sink(itemsize, fd))

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread swrangsar basumatary
hi, this can happen if you forget to do: sudo ldconfig On Sat, Jun 15, 2013 at 4:32 PM, Tanaga Biru wrote: > Dear Helper, > > I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu > Terminal, I received the following message: > > *Cannot import gnuradio.* > > *Is the pyth

[Discuss-gnuradio] z = sa ^ random_mask_vec8[o:len(sa)+o]

2013-06-15 Thread yeran
Hi everyone, I'm using benchmark to do experiment in gun-radio. But at the receiver side, I met this problem sometimes, the terminal says " z = sa ^ random_mask_vec8[o:len(sa)+o]. ValueError: operands could not be broadcast together with shapes (4087) (4081)." I tried to print the whiten par

Re: [Discuss-gnuradio] Cannot import gnuradio

2013-06-15 Thread Arturo Rinaldi
Nella citazione in data sab 15 giu 2013 17:36:52 CEST, swrangsar basumatary ha scritto: hi, this can happen if you forget to do: sudo ldconfig On Sat, Jun 15, 2013 at 4:32 PM, Tanaga Biru mailto:tanagab...@gmail.com>> wrote: Dear Helper, I had installed GNU Radio, but when I run

Re: [Discuss-gnuradio] scheduler doubt

2013-06-15 Thread Josh Blum
On 06/14/2013 10:21 PM, Yogesh Dahiya wrote: > sorry for last post it accidentally got posted > > so i have work function which has infinite loop > while(1): > #some work > if condition > do some more work > now when this block get turn every thing is stuck on this block, other >

Re: [Discuss-gnuradio] message buffers

2013-06-15 Thread Josh Blum
On 06/14/2013 07:41 AM, Yogesh Dahiya wrote: > Am i getting this right > With gr.block, each block has bunch of stream ports (vector > ins,vector outs) and some message port(which we use to specify > earlier in signature and there numbering use to start after stream ports ) > > With gras.block,