mehmet kabasakal wrote:
Hi Josh,
The output of "python -c "import lxml.etree; print lxml.etree.__version__"
is 2.1.5
as yours.

I've uninstalled the gnuradio and reinstalled it again then the error has
been changed when i write grc on the command line. It is as below;

  File "/usr/lib/python2.6/email/__init__.py", line 82, in __getattr__
    return getattr(mod, name)
  File "/usr/lib/python2.6/email/__init__.py", line 82, in __getattr__
    return getattr(mod, name)
RuntimeError: maximum recursion depth exceeded


i have no idea about this email stuff, i have never seen it before

Original exception was:
Traceback (most recent call last):
  File "/usr/local/bin/grc", line 33, in <module>
    from gnuradio.grc import VERSION
ImportError: cannot import name VERSION
meh...@mehmet-laptop:~$

Do you have any idea about it?
Thanks.

I bet there is more than one gnuradio setup on your system of different versions, or something else along those lines... It happens all the time.

My best guess, there are gnuradio files in
/usr/local/lib/python2.6/dist-packages/gnuradio
and
/usr/lib/python2.6/dist-packages/gnuradio

Whatever the case, remove ALL the gnuradio directories from your /usr, with "rm -rf" Then reinstall. That way, you only have one copy/one version of gnuradio on your computer.

-Josh


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to