astrorigin / pyswisseph

Python extension to the Swiss Ephemeris
https://astrorigin.com/pyswisseph
GNU Affero General Public License v3.0
237 stars 65 forks source link

Function not working swe.set_ephe_path #53

Closed damirmur closed 2 years ago

damirmur commented 2 years ago

print(swe.EPHE_PATH) .:/users/ephe2/:/users/ephe/

swe.set_ephe_path('swiss/ephe') print(swe.EPHE_PATH) .:/users/ephe2/:/users/ephe/

swe.EPHE_PATH='swiss/ephe' print(swe.EPHE_PATH) swiss/ephe

astrorigin commented 2 years ago

The swe.EPHE_PATH variable is read-only and probably has no other use than internally at astro.com . Please read the manual.