Re: [Discuss-gnuradio] how to change the GRC block shape , size and background of GRC window

2011-09-04 Thread patiljagdish154
with those 2 files we can change the color . but can we change shape of block like dial shape or some others Josh Blum-2 wrote: > > > > On 09/01/2011 11:55 PM, patiljagdish154 wrote: >> >> hi , i am working on GNURadio since long time . can anyone tell me how to &

Re: [Discuss-gnuradio] how to change the GRC block shape , size and background of GRC window

2011-09-02 Thread patiljagdish154
thnk you so much. Josh Blum-2 wrote: > > > > On 09/01/2011 11:55 PM, patiljagdish154 wrote: >> >> hi , i am working on GNURadio since long time . can anyone tell me how to >> change the look of GRC . >> is it possible through *.xml file ? >> >

[Discuss-gnuradio] how to change the GRC block shape , size and background of GRC window

2011-09-01 Thread patiljagdish154
hi , i am working on GNURadio since long time . can anyone tell me how to change the look of GRC . is it possible through *.xml file ? thanks.. -- View this message in context: http://old.nabble.com/how-to-change-the-GRC-block-shape-%2Csize-and-background-of-GRC-window-tp32384686p32384686.html

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-23 Thread patiljagdish154
hi sir, i don't have problem while compiling and installing the comedi block. i am not getting why this error occur when i run in GRC. Traceback (most recent call last): File "/home/jagdish/top_block.py", line 8, in from gnuradio import comedi File "/usr/local/lib/python2.6/dist-packages

[Discuss-gnuradio] error after installation of gnuradio 3.3.0

2011-08-21 Thread patiljagdish154
i have install gnuradio 3.3.0 version. while opening GRC grom terminal i am getting Traceback (most recent call last): File "/usr/local/bin/grc", line 33, in from gnuradio.grc import VERSION ImportError: cannot import name VERSION -- View this message in context: http://old.nabble.com

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154
i am attaching the whole folder that i used to installed the block . please check http://old.nabble.com/file/p32277516/gr-comedi%2B.tar.gz gr-comedi+.tar.gz Josh Blum-2 wrote: > > Are we talking about comedi support? That was patched pretty recently to > work with recent versions of libcomedi.

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154
let both version of gnuradio to work on my ubuntu 10.10 patiljagdish154 wrote: > > sorry to ask this question , will you tell me the process to installed and > compile the gnuradio and blocks . > i had tried , i am not getting. > > Marcus Müller-4 wrote: >> >> Hi

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-16 Thread patiljagdish154
i had compile the code and installed the block successfully. but now while running i am getting error. Traceback (most recent call last): File "/home/jagdish/top_block.py", line 13, in import comedi File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40, in from co

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-16 Thread patiljagdish154
om source might be good advice > anyway. > > Greetings > Marcus Müller > > Am 16.08.2011 13:19, schrieb patiljagdish154: >> thanks. >> i am close to finished it. in my synaptic manager gnuradio 3.2.2 is not >> available. >> i had gone through those files also , s

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-16 Thread patiljagdish154
om source might be good advice > anyway. > > Greetings > Marcus Müller > > Am 16.08.2011 13:19, schrieb patiljagdish154: >> thanks. >> i am close to finished it. in my synaptic manager gnuradio 3.2.2 is not >> available. >> i had gone through those files also , s

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-16 Thread patiljagdish154
thanks. i am close to finished it. in my synaptic manager gnuradio 3.2.2 is not available. i had gone through those files also , some files are missing . Martin Braun-4 wrote: > > On Tue, Aug 16, 2011 at 01:57:19AM -0700, patiljagdish154 wrote: >> hi all, >> i want to know

[Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-16 Thread patiljagdish154
hi all, i want to know while installing block in gnuradio , if i didn't get error it's that means i had linked the library. actually i am working on comedi-gnuradio. while installing the block(for comedi) i didn't get any error. comedi is collection of drivers for a variety of common data ac

Re: [Discuss-gnuradio] error related to -ImportError: and swig_import_helper()

2011-08-04 Thread patiljagdish154
, *.la *3.3.0.so.o , *.3.3.0.so.0.0.0) and in /usr/local/lib/python2.6/dist-packages/ to compile comedi code i C compiler i used gcc filename.c -lcomedi -lm and in GNURadio it compile it like normally gcc filename.c. is taht a problem ? thanks jagdish Josh Blum-2 wrote: > > > >

[Discuss-gnuradio] error related to -ImportError: and swig_import_helper()

2011-08-03 Thread patiljagdish154
hi all , i have write comedi block while running program i am getting error Traceback (most recent call last): File "/home/jagdish/top_block.py", line 13, in import comedi File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40, in from comedi_swig import * File "

[Discuss-gnuradio] error related to -ImportError: and swig_import_helper()

2011-08-03 Thread patiljagdish154
hi all , i have write comedi block while running program i am getting error Traceback (most recent call last): File "/home/jagdish/top_block.py", line 13, in import comedi File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40, in from comedi_swig import * File "

[Discuss-gnuradio] ImportError: no module named

2011-08-02 Thread patiljagdish154
i get the error File "/home/jagdish/top_block.py", line 8, in from daq import daq_source ImportError: No module named daq the daq_source.py , top_block.py and daq_source.xml flies are attached the block is for gnuradio-comedi. daq_source.py code #/usr/bin/env python from gnuradio imp

[Discuss-gnuradio] how to use bluetooth with gnuradio

2011-08-01 Thread patiljagdish154
hi all, anybody know how to send data using bluetooth in GNURadio. thanks. -- View this message in context: http://old.nabble.com/how-to-use-bluetooth-with-gnuradio-tp32168652p32168652.html Sent from the GnuRadio mailing list archive at Nabble.com.

[Discuss-gnuradio] AttributeError: how to fixed it

2011-08-01 Thread patiljagdish154
hi , i am working on GNURadio . after compiling i am getting the error . will some tell me what this error is related to. please check attachment for top_block.py file Traceback (most recent call last): File "/home/jagdish/top_block.py", line 54, in tb = top_block() File "/home/jagdish/t

[Discuss-gnuradio] accessing comedi drivers through GNURadio

2011-07-13 Thread patiljagdish154
hi all, i want to access comedi drivers through gnuradio. i had found some old files in git repository ,still some files are missing. i tried to modify code and had wrote the missing files . i need your help to run it successfully. please check for attachment. http://old.nabble.com/file/p320520

[Discuss-gnuradio] need help for gr-comedi

2011-07-11 Thread patiljagdish154
hi, i am currently working on gr-comedi block. the codes files provided in git repository are incomplete. i have write few files like comedi_source_s.xml, comedi_source_s.i (in swig folder) and few other. i am also attaching the whole folder and also trying for modification. while compiling i enco

Re: [Discuss-gnuradio] gr-comedi deprecation

2011-07-11 Thread patiljagdish154
hi, i have just work on comedi. will you please help me in this matter. i am working with USB-DUXfast for data acquisition. Johnathan Corgan-2 wrote: > > The gr-comedi component for GNU Radio provides sources and sinks that > interface with comedilib library, providing GNU Radio support for a