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

No module named 'reachstatus' and No module named 'hostapd' #18

Open
vukomir opened this issue Oct 25, 2018 · 0 comments
Open

No module named 'reachstatus' and No module named 'hostapd' #18

vukomir opened this issue Oct 25, 2018 · 0 comments

Comments

@vukomir
Copy link

vukomir commented Oct 25, 2018

Using latest Raspbian Stretch on a Pi Zero, after installing dependencies netifaces and systemd-manage and try to run usage example:

root@raspberrypi:/opt/pywificontrol/tools # ./wifimonitor
Traceback (most recent call last):
File "wifimonitor", line 40, in
from reachstatus import StateClient
ImportError: No module named 'reachstatus'

and
Traceback (most recent call last):
File "bla.py", line 1, in
import wificontrol
File "/opt/pywificontrol/wificontrol/init.py", line 1, in
from wificontrol import wificontrol
File "/opt/pywificontrol/wificontrol/wificontrol.py", line 36, in
from hostapd import HostAP
ImportError: No module named 'hostapd'

What else is needed?

Best regards,
Vuko

@vukomir vukomir changed the title No module named 'reachstatus' No module named 'reachstatus' and No module named 'hostapd' Oct 25, 2018
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