Also bbn code problem

Hi everyone,

I downloaded the bbn code from cgran website and use the douggeiger
branch.
But when I ran the test script bbn_80211b_test.py, There are also erros
regarding the module such Numeric, blks, flow_graph.

After I change it as instructed in the website:
Numeric->numpy
blks->blks2
flow_graph->top_block

the new error occurs:

Traceback (most recent call last):
File “./bbn_80211b_test.py”, line 124, in
main()
File “./bbn_80211b_test.py”, line 105, in main
fg = my_graph(rx_callback, options.spb, options.alpha, options.snr)
File “./bbn_80211b_test.py”, line 56, in init
gain=1)
File "/home/pl506/bbn_80211/

gr_make_message_source(size_t,int)
gr_make_message_source(size_t,gr_msg_queue_sptr)

My GNUradio version is 3.2
and I download it from:

svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio

Does someone meet such problem? Thank you very much

Best,

Chen C.