Program run problem

Hi Eric

*When i try run a python program i am confronted with the following
error *

Traceback (most recent call last):
File “code-test1.py”, line 3, in
from gnuradio import usrp
File “/usr/lib/python2.5/site-packages/gnuradio/usrp.py”, line 27, in

from gnuradio import gru
File “/usr/lib/python2.5/site-packages/gnuradio/gru/init.py”, line
37,
in
exec “from gnuradio.gruimpl.%s import *” % (f,)
File “”, line 1, in
File “/usr/lib/python2.5/site-packages/gnuradio/gruimpl/lmx2306.py”,
line
27, in
from gnuradio.eng_option import eng_option
File “/usr/lib/python2.5/site-packages/gnuradio/eng_option.py”, line
24,
in
from copy import copy
File “/home/harshal/Desktop/copy.py”, line 6, in
from gnuradio.eng_option import eng_option
ImportError: cannot import name eng_option

When i look into the following folder eng_option.py file is present.
But when i try open the file, i am confronted with following error
[

root@harshal gnuradio]# gedit eng_option.py

(gedit:6985): EggSMClient-WARNING **: Failed to connect to the session
manager: None of the authentication protocols specified are supported

*do i need to install gnu radio software again?

Regards,
Harshal
*