discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 80211b problem


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] 80211b problem
Date: Sat, 01 Dec 2007 21:26:22 -0500
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (berkeley-unix)

  I am using  bbn_80211b_rx.py code and I am getting error  

  No module named bbn_80211b_pkt

  I think, I don't have the above mention module.
  can some one tell me where I can find this module.

It's in the same directory as the file you mentioned:

acert-netbsd gdt 9 ~/ADROIT-public/adroitgrdevel/gr-bbn > find . -name 
bbn_80211b\*           
./src/examples/bbn_80211b.py
./src/examples/bbn_80211b_pkt.py
./src/examples/bbn_80211b_rx.py
./src/examples/bbn_80211b_tap.py
./src/examples/bbn_80211b_test.py
./src/examples/bbn_80211b_transmit_path.py
./src/examples/bbn_80211b_tx.py

This code is set up to install the .py files (see Makefile.am):

grpythondir = $(pythondir)/gnuradio

python_SCRIPTS = \
        bbn_80211b.py \
        bbn_80211b_pkt.py \
        bbn_80211b_rx.py \
        bbn_80211b_tap.py \
        bbn_80211b_test.py \
        bbn_80211b_transmit_path.py \
        bbn_80211b_tx.py


so if you want to run it not installed you probably have to put the src
dir or . in PYTHONPATH.






reply via email to

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