We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys! First of all thank you for your work and for this script! It work like a charm... except launching the script at startup.
I've tried your solution using rc.local (and others like using crontab) but don't do nothing. I've tried : sudo sh /etc/rc.local
And I return this message "ImportError: No module named schedule"
However I've already install schedule module and can see it when I use : pip freeze (but it's schedule 0.5.0 and not schedule 0.4.3)
Do you have a solution to this problem? Thanks in advance 🙂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys!
First of all thank you for your work and for this script! It work like a charm... except launching the script at startup.
I've tried your solution using rc.local (and others like using crontab) but don't do nothing. I've tried :
sudo sh /etc/rc.local
And I return this message "ImportError: No module named schedule"
However I've already install schedule module and can see it when I use :
pip freeze
(but it's schedule 0.5.0 and not schedule 0.4.3)
Do you have a solution to this problem?
Thanks in advance 🙂
The text was updated successfully, but these errors were encountered: