 
            Hi yes its me again lol. When i try the scope command i get the following. Does this indicate that gnuradio is not installed correctly.
./scope.py -a -v 10 -g 50 Traceback (most recent call last): File "./scope.py", line 40, in <module> from gnuradio import audio, eng_notation, fsk4, gr, gru, repeater ImportError: cannot import name fsk4
I would just like to thank everyone for your support
 
            ImportError: cannot import name fsk4
This is, unfortunately, because scope.py relies on the installed location of Frank's original release of the GR fsk4 block. I think Stevie sent out an email a while ago saying he no longer wanted to build with Frank's version and has made a fork of it, due to the fact that Frank is apparently incommunicado, and perhaps due to the fact that Frank's web page is horribly and hideously broken, but is still online; but scope.py still relies on the original. Also, were there version compatibility issues?
FWIW, the page is http://sites.google.com/site/radiorausch/GnuradioFourLevelFSK.html
Direct link to the tar.gz file seems to be http://sites.google.com/site/radiorausch/gr-fsk4-22Apr08.tar.gz
I think Matt made a copy somewhere of Frank's site, it may be in the archives of this group.
Anyway, download the fsk4 tar.gz file, then do
./bootstrap ./configure make sudo make install (or similar)
Max
 
            Thank you :-)
--- In op25-dev@yahoogroups.com, ikjtel <ikj1234i@...> wrote:
ImportError: cannot import name fsk4
This is, unfortunately, because scope.py relies on the installed location of Frank's original release of the GR fsk4 block. I think Stevie sent out an email a while ago saying he no longer wanted to build with Frank's version and has made a fork of it, due to the fact that Frank is apparently incommunicado, and perhaps due to the fact that Frank's web page is horribly and hideously broken, but is still online; but scope.py still relies on the original. Also, were there version compatibility issues?
FWIW, the page is http://sites.google.com/site/radiorausch/GnuradioFourLevelFSK.html
Direct link to the tar.gz file seems to be http://sites.google.com/site/radiorausch/gr-fsk4-22Apr08.tar.gz
I think Matt made a copy somewhere of Frank's site, it may be in the archives of this group.
Anyway, download the fsk4 tar.gz file, then do
./bootstrap ./configure make sudo make install (or similar)
Max

