Posts: 272
Threads: 25
Joined: Jan 2014
Reputation:
1
Hope to have a new (testable) version the next weekend .. please follow this thread. Thanks
Posts: 92
Threads: 12
Joined: Jan 2015
Reputation:
0
08-24-2015, 05:15 PM
(This post was last modified: 08-24-2015, 05:25 PM by danieljo.)
Thanks for this great revision of piScheduler. Will you develope a nightly Version of piScheduler thats implement the functions for the pilight nightly?
greets, Daniel Joachims
Thanks for this great revision of piScheduler. Will you develope a nightly Version of piScheduler thats implement the functions for the pilight nightly?
greets, Daniel Joachims
Posts: 92
Threads: 12
Joined: Jan 2015
Reputation:
0
Thank you very much!
Today i installed the piScheduler v7.01. The installation i very simple and without any erros.
The Service start stop is very good and easy to use!
The Longtitude and Latitude will now show correct the same for sunrise/sunset times!
Then it works with the aktually nightly of pilight 7.xx is will be a great dream.
Aktually all functions works without errors fast and simply.
Very very good work from you.
Posts: 13
Threads: 1
Joined: Nov 2015
Reputation:
0
Aha, thank you for the reply.
Is ephem a module from pilight?
Do i need to update that first?
Thanks, again :-)
Posts: 13
Threads: 1
Joined: Nov 2015
Reputation:
0
gneandr,
When i use youre install script i get an error.......
root@pilight:~# echo ... piScheduler -- install 'ephem'
... piScheduler -- install ephem
root@pilight:~# sudo pip install ephem
Downloading/unpacking ephem
Running setup.py egg_info for package ephem
Installing collected packages: ephem
Running setup.py install for ephem
building 'ephem._libastro' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ilibastro-3.7.6 -I/usr/include/python2.7 -c extensions/_libastro.c -o build/temp.linux-armv7l-2.7/extensions/_libastro.o
extensions/_libastro.c:3:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools;__file__='/root/build/ephem/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-RUiV1n-record/install-record.txt:
running install
running build
running build_py
running build_ext
building 'ephem._libastro' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ilibastro-3.7.6 -I/usr/include/python2.7 -c extensions/_libastro.c -o build/temp.linux-armv7l-2.7/extensions/_libastro.o
extensions/_libastro.c:3:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command /usr/bin/python -c "import setuptools;__file__='/root/build/ephem/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-RUiV1n-record/install-record.txt failed with error code 1 in /root/build/ephem
Storing complete log in /root/.pip/pip.log
What am i doing wrong?