discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] A question about bbn_80211/trunk/src/80211_mac/simple


From: Jane Chen
Subject: [Discuss-gnuradio] A question about bbn_80211/trunk/src/80211_mac/simple_mac.py
Date: Mon, 11 May 2009 18:17:36 -0700 (PDT)

Hi all,
 
My kernel is 2.6.26.6-79.fc9.i686 (Fedor 9)
GNURadio is 3.1.3
 
I ran the simple_mac.py and got an error as following:
 
# ./simple_mac.py
Traceback (most recent call last):
  File "./simple_mac.py", line 51, in <module>
    from transmit_path import transmit_path
ImportError: No module named transmit_path
 
The simple_mac.py has codes to import transmit_path as follows:
50 # from current dir
51 from transmit_path import transmit_path
52 from receive_path import receive_path
53 from mac_utils import *
54 from framing import *
55
import fusb_options
 
 
However, the 80211_mac folder only has files as follows:
Name Size Rev Age Last Change
../
framing.py 14.3 KB 93 6 months gnychis: adding in initial code
mac_utils.py 4.1 KB 93 6 months gnychis: adding in initial code
Makefile.am 245 bytes 93 6 months gnychis: adding in initial code
README.simple_mac 5.4 KB 93 6 months gnychis: adding in initial code
README.testing 4.7 KB 93 6 months gnychis: adding in initial code
README.txt 111 bytes 93 6 months gnychis: adding in initial code
simple-config.sample 88 bytes 93 6 months gnychis: adding in initial code
simple_mac.py
 
 
How can the simple_mac.py import transmit_path?
I read the mailing list, but no one mentions this problem. I follow the  instruction of README.simple_mac. I guess I did something wrong.
Could anyone please tell what's wrong here?
 
Thank you,
Jane


reply via email to

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