discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Re: hello world ex. & grc problem


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Re: hello world ex. & grc problem
Date: Sun, 15 Nov 2009 12:18:18 -0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)



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
address@hidden:~$

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]