Bbn code error

i’m using gnuradio 3.2.1 version (installed on fedora 10), i installed
bbn code (usrp2 version) and i have some errors when i run examples

[root@maher examples]# ./bbn_80211b_test.py
Traceback (most recent call last):
 File “./bbn_80211b_test.py”, line 35, in
   from bbn_80211b_pkt import *
 File
“/home/maher/usrp2_version/gr-bbn/src/examples/bbn_80211b_pkt.py”, line
32, in
   from gnuradio import bbn
ImportError: cannot import name bbn

i think that the problem is coming from gnuradio installation because
when i installed gnuradio i ignored some errors wich are
The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:

gcell
gr-gcell
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-qtgui

These components will not be built.

if the error is coming from installation what shall i do if not i want
to know the problem is caused by what
thanks

I don’t think that your problem is with compiling Gnuradio. It seems to
be
an issue with linking your python library files.

  • Miklos

I came across the same errors,could you say more clearly about solving
the python libarary files issue?
Thank u so much!!!
Miklos Christine wrote in post #853896:

I don’t think that your problem is with compiling Gnuradio. It seems to
be
an issue with linking your python library files.

  • Miklos