[Discuss-gnuradio] Attribute Error and Linking shared libs against to OOT

2018-12-17 Thread Halit Bugra Tulay
Hello everyone, I created an OOT block,decoder, using gr-modtool but I get the following Attribute error when I run my flowgraph. I guess there is a problem with the external libraries linking against to the implementation. File "/home/bugratulay/workarea-gnuradio/TRC_WORK/gr-ieee802-11/examples/

Re: [Discuss-gnuradio] Attribute Error

2017-05-15 Thread West, Nathan
My guess is that you have a block you've named "cc". It's not linked against some external library properly. On Mon, May 15, 2017 at 1:52 AM, Ayan Chatterjee wrote: > Hi all, > > I have made an out-of-tree module for a switch. But I am getting this > error while executing -> AttributeError: 'mod

[Discuss-gnuradio] Attribute Error

2017-05-14 Thread Ayan Chatterjee
Hi all, I have made an out-of-tree module for a switch. But I am getting this error while executing -> AttributeError: 'module' object has no attribute 'cc' Any suggestions on how to get rid of this. Thanks. Regards, Ayan ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-31 Thread Pranav Padalkar
ling Sent: Wednesday, August 31, 2016 1:59 PM To: Pranav Padalkar Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Attribute error: and support with external class and header files Is it safe to add the c++11 flag? I was under the impression that the GNU Radio build system didn't

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-31 Thread Dave NotTelling
hich was happening because of my source files and libraries not being > linked. > > > Regards, > Pranav Padalkar > Fraunhofer-Institut für Eingebettete Systeme und Kommunikationstechnik ESK > > -- > *From:* Discuss-gnuradio fraunhofer...@gnu.org&g

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-30 Thread Pranav Padalkar
From: Discuss-gnuradio on behalf of Pranav Padalkar Sent: Wednesday, August 24, 2016 9:19 AM To: Dave NotTelling Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Attribute error: and support with external class and header files Hi Dave, Thanks for your reply. Actually I figured out

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-24 Thread Pranav Padalkar
let me know. I also need to include other libraries like pthread, libboost_filesystem, etc. Thanks and Regards, Pranav Von: Dave NotTelling [mailto:dmp250...@gmail.com] Gesendet: Dienstag, 23. August 2016 18:50 An: Pranav Padalkar Cc: discuss-gnuradio@gnu.org Betreff: Re: [Discuss-gnuradio

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-23 Thread Dave NotTelling
I've had bad luck just putting my own headers in OOT modules. The way I do things now is to use gr_modtool add and select 'noblock'. Then just remove the grc XML file created. Seems that YourModuleName_API is needed before structs and classes or it doesn't get seen by Swig. Could be wrong about

[Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-23 Thread Pranav Padalkar
Hello all, I have written a c++ code and I wish to implement as a block in GNURadio. I created a module (named "newblocks") and a block (named "my_client) and made appropriate changes. The thing is, I have many class and header files for my c++ code, for eg. Protobuf. I put those files in a fo

[Discuss-gnuradio] Attribute error

2015-04-05 Thread Abhishek Shukla
hey, I have been working with Eigen value detection in GNU Radio..I am new to this and i get the following error whenever i execute the flowgraph in GRC. File "/home/abhishek/top_block.py", line 53, in __init__ self.howto_detect_ff_0 = howto.detect_ff(100, 16, 1500) AttributeError: 'module'

[Discuss-gnuradio] Attribute Error: 'QByteArray' object has no attribute 'toByteArray'

2015-03-02 Thread Larry Van Der Jagt
Hello: Working with the Dizzy build of E310 and trying to get GUI items to run that have no QWT in them to run. Starting with uhd_fft.grc (gnuradio-companion run with LD_PRELOADS documented previously) with all blocks disable except QTGUI Frequency Sink. This now runs until it hits self.setting

Re: [Discuss-gnuradio] attribute error DTD

2009-02-04 Thread Josh Blum
There is a problem with the installed version of python-lxml package. My machine has lxml version 2.1.1. The latest version of lxml is 2.1.5 (http://codespeak.net/lxml/index.html#download). Perhaps you have a very old version of lxml that is missing some feature (in this case DTD). Install the

[Discuss-gnuradio] attribute error DTD

2009-02-04 Thread feldmaus
Hi, i am trying to compile gnuradio on my Suse 11.1 PC. For compiling and i am using my normal user . For i am using the user . I downloaded and installed SDCC from Source. Then i downloaded and compiled the gnuradio source from the branch. The compilation goes right, but when i try to execut

[Discuss-gnuradio] Attribute error?

2008-11-06 Thread Francesco B.
Hey all, I'm still working on a processing block, and now recieve this error at runtime: Traceback (most recent call last): File "./usrp_randsiggen.py", line 122, in main () File "./usrp_randsiggen.py", line 96, in main fg.set_interpolator (options.interp) File "./usrp_randsiggen.