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

ImportError: No module named daemon_tree #14

Open
Nic2012 opened this issue Dec 25, 2017 · 5 comments
Open

ImportError: No module named daemon_tree #14

Nic2012 opened this issue Dec 25, 2017 · 5 comments

Comments

@Nic2012
Copy link

Nic2012 commented Dec 25, 2017

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

Traceback (most recent call last):
  File "wifi.py", line 2, in <module>
    from wificontrol import WiFiMonitor, WiFiControl
  File "build/bdist.linux-armv6l/egg/wificontrol/__init__.py", line 3, in <module>
  File "build/bdist.linux-armv6l/egg/wificontrol/wifimonitor.py", line 42, in <module>
ImportError: No module named daemon_tree

I cannot found any similar named package daemon_tree.
What else is needed?

Best regards,
Nic

@x42en
Copy link

x42en commented Mar 15, 2018

+1

@jmachuca77
Copy link

Is there any news on this? is this deamon_tree an internal module?

@jmachuca77
Copy link

Seems daemon_tree module is still not open sourced (found it on reach). I'd suggest using the previous release 0.4.0 until the module is open sourced or a work around implemented.

@Nic2012
Copy link
Author

Nic2012 commented May 18, 2018

I am not a Python pro, could y give an advise how can we install this release 0.4.0?
Thanks,
Nic

@patrislav1
Copy link

I created a fork based on 0.5.0 which doesn't depend on daemon_tree
(removed the wifimonitor and wifireconnect daemons)

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

4 participants