Because i'am using instant sdr live usb which has come installed with 3.6.2

Well sorry that message was like when i changed the datatype of the
deinterleaved block to float. Now i changed all the blocks datatype to
bytes so the error is
 self.blocks_deinterleave_0 = blocks.deinterleave(blocks.sizeof_char*1)
AttributeError: 'module' object has no attribute 'sizeof_char'

Thanks
Sandhya


On Thu, Dec 5, 2013 at 3:12 PM, Marcus Müller <mar...@hostalia.de> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Sandhya,
> one quick question here: Is there really necessity to use 3.6.2
> instead of 3.6.5 or 3.7?
>
> Then: Ok, how do you come to the conclusion that sizeof_float would be
> right for bytes?
> And: I don't see any C++, where is your C++ problem?
> The sizeof_<CTYPENAME> attributes are members of the gr. module in python.
>
> Greetings,
> Marcus
>
>
> On 05.12.2013 10:37, Sandhya G wrote:
> > Hi I was just trying to use interleave and deinterleave blocks. GNU
> > radio installed is 3.6.2
> >
> > flowchar is something like
> >
> > vector source ----> interleave ---->throttle--->deinterleave
> > --->scope sink vector source ----->
> >
> > The datatype is byte. when execute the flowchart i'am getting
> > error
> >
> > self.blocks_deinterleave_0 =
> > blocks.deinterleave(blocks.sizeof_float*1) AttributeError: 'module'
> > object has no attribute 'sizeof_float'. May be the error might be
> > simple but i'am very new to C++ . please help me to solve the
> > issue
> >
> > Thanks Sandhya
> >
> >
> >
> > _______________________________________________ Discuss-gnuradio
> > mailing list Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.15 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQEcBAEBAgAGBQJSoEpwAAoJEAFxB7BbsDrLhFAH/1ZBuRJh62L9MP9IW0lGusV1
> 4QpsuYLQSVn7Rk6BlCTsv8CQUJrfwS1iAgEO+hL0pooGv8/nTFt8rtwdDh5Jz+RI
> RNSgy5OrXCwQsTBQ79BibhM2gF3x/ZVZYLItmZ8KpWbVdsJFSHVzkvb+lf4P+KVX
> rLWmvGCxgx0eUC2MdWaBEXBxrUzGlF2Z0NSWb4R6VQRo4v7zWMOoel86s5lP/Mxg
> xUTRR+2uuHFhTwTDJSJrUPEmu9VV4xK0O5jtIqm7BvXoibe7gTloxEZSpcO0+zhY
> IyxKQWCtP2X1rvN2vn0eBXRVuI8EkBhyKYkwNx39N5aKshE2+bcKLjcTGOEU7N4=
> =3J77
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to