Page 1 of 1

Feature request - adding ephem library

Posted: Wed Feb 03, 2016 8:40 pm
by Filandre
Is it possible to integrate this library: https://pypi.python.org/pypi/ephem/ in a future release?
I have the need to compute rise/set of the moon in Eventghost and it's very easy with this library.
It's available for python 2.6 but some parts are coded in C language, so I don't know if it's possible to integrate it to Eventghost.
Thank's a lot

Feature request - adding ephem library

Posted: Mon Feb 08, 2016 9:32 am
by Pako
I do not think it is necessary to add this library to the installation file.
Who needs it, can add the directory "ephem" into the folder ...\EventGhost\lib26\site-packages (or to the directory where a new plugin will be located) itself.

Pako

Re: Feature request - adding ephem library

Posted: Mon Feb 08, 2016 7:23 pm
by Filandre
That works!
Thank you very very much Pako, it's exactly what i wanted :D
Filandre