ImportError: cannot import name usrp

Traceback (most recent call last):
File “/home/btugrel/workspace/bpsk/src/bpsk.py”, line 4, in
from gnuradio import gr, gru, usrp, modulation_utils
ImportError: cannot import name usrp

Hello for all helpful person :smiley:

when I was running in eclipse my bpsk code, I took an error about “from
gnuradio import usrp”. I researched a lot of times, however, I have not
yet found a solution for my fault. My python 2.7 doesn’t have usrp
libraries. and I need to help.