Problem with gnuradio ubuntu bin package

Hello,

I’m compltetely new to GNURadio, and wanted to play around with this
piece
of genius to try it, before thinking to buy an USRP or other hardware.

So I just installed the GnuRadio ubuntu meta-package (that installs
every
dependencies), that is now supposed to work well with python 2.6.
(“Depends:
python (<< 2.7), python (>= 2.6)” say the “apt-cache show
python-gnuradio”).
But when I tried the dial-tone example, I get one of these error:

ImportError: cannot import name gr (when I try to import gr by “from
gnuradio import gr” on my own script)
or
Maximum recursion depth exceeded while calling a Python object (on the
same
line, when I use the example in /usr/share/gnuradio/audio), but this one
is
working cause I get the dial tone.

What am I doing wrong ? I suppose that even if the second script works,
the
error is not really “normal”. Is there anything to do to avoid this ?
Should
I install the tarball or SVN version ?

Thank you

View this message in context:
http://www.nabble.com/Problem-with-gnuradio-ubuntu-bin-package.-tp24984041p24984041.html
Sent from the GnuRadio mailing list archive at Nabble.com.