Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'wishful_upis.radio' has no attribute 'set_bandwidth' #4

Open
diarmuidcire opened this issue Mar 21, 2017 · 0 comments

Comments

@diarmuidcire
Copy link

Getting the below error. to Solve the problem i delete the following line from this file: /home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py

from .wifi_gnuradio import *

But this is not a longer term solution

(dev) nodeuser@experiment-unit:/examples/gnuradio$ ./wishful_simple_controller --config ./controller_config.yaml
Traceback (most recent call last):
File "./wishful_simple_controller", line 11, in
import wishful_module_gnuradio
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py", line 3, in
from .wifi_gnuradio import *
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 35, in
class WiFiGnuRadioModule(GnuRadioModule):
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 101, in WiFiGnuRadioModule
@wishful_module.bind_function(upis.radio.set_bandwidth)
AttributeError: module 'wishful_upis.radio' has no attribute 'set_bandwidth'
(dev) nodeuser@experiment-unit:
/examples/gnuradio$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant