From jlxsolutions at gmail.com Wed Oct 9 22:25:22 2013 From: jlxsolutions at gmail.com (janne lukkarinen) Date: Thu, 10 Oct 2013 01:25:22 +0300 Subject: Gnuradio 3.7.# compability? Message-ID: So i decided i lift the cat on the table again and start poking around with some tetra signals. first i had to use dos2unix on the python files (odd i know) once it finally found python i get this Traceback (most recent call last): File "./170913/src/demod/python/fcdp-tetra_demod.py", line 5, in from gnuradio import gr, gru, audio, eng_notation, blks2, optfir ImportError: cannot import name blks2 i poked around some with the code but i ended up causing more damage then i was fixing so i thought i ask if there will be an update anytime soon? if i understood correctly blks2 is moved into 'gr-digital' Janne Lukkarinen OH2-EKO JLxSolutions -------------- next part -------------- An HTML attachment was scrubbed... URL: From zarya at gigafreak.net Thu Oct 10 12:58:33 2013 From: zarya at gigafreak.net (Rudy Hardeman) Date: Thu, 10 Oct 2013 14:58:33 +0200 Subject: Gnuradio 3.7.# compability? In-Reply-To: References: Message-ID: <2F68A490-4A3B-4257-A618-A3DA1068DF87@gigafreak.net> Janne, Can you try the latest checkout from github https://github.com/zarya/sdr/tree/master/receivers/flex 73, de PD0ZRY \\___// Rudy Hardeman - http://gigafreak.net/ (o o) 5BFCB271117A2DCCB522B423ED3841EE3252EE95 --ooO-(_)-Ooo----------------------------------------- On Oct 10, 2013, at 12:25 AM, janne lukkarinen wrote: > So i decided i lift the cat on the table again and start poking around with some tetra signals. > > first i had to use dos2unix on the python files (odd i know) > once it finally found python > i get this > Traceback (most recent call last): > File "./170913/src/demod/python/fcdp-tetra_demod.py", line 5, in > from gnuradio import gr, gru, audio, eng_notation, blks2, optfir > ImportError: cannot import name blks2 > > i poked around some with the code but i ended up causing more damage then i was fixing so i thought i ask if there will be an update anytime soon? > if i understood correctly blks2 is moved into 'gr-digital' > > Janne Lukkarinen > OH2-EKO > JLxSolutions