g-battaglia / kerykeion

Data driven Astrology 💫
Kerykeion is a python library for astrology. It can generate SVG charts and extract all data about a birthchart, a synastry chart and a transit chart.
https://kerykeion.net
GNU Affero General Public License v3.0
317 stars 110 forks source link

AttributeError: 'Calculator' object has no attribute 'Asc' #5

Closed rxng closed 3 years ago

rxng commented 3 years ago

print(person1.sun) works ok

Trying to access the Asc results in attributeerror e.g. print(person1.Asc)

g-battaglia commented 3 years ago

you should use person.house number_house for the houses, for exemple: person1.first_house