Jump to content

sebastianK

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by sebastianK

  1. On 5/25/2020 at 12:05 PM, deanishe said:

     

    Your definition is recursive. You can’t define unit X in terms of unit Y and also unit Y in terms of unit X. You need to define at least one of them in terms of something the library already understands

     

    Ah! thank you so much! this works!
    If i understand correct you define quadratmeter with m (meter) which is already understood by the library!?
     

     

  2. I am trying to add new units like described but i get the following error:
    "maximum recursion depth exceeded while calling a Python object"

     

    i added in the unit definitions.txt the following:

     

    squarefoot = 0,092903 quadratmeter = sqft = ft2 = sqf
    quadratmeter = 10.764 squarefoot = m2 = sqm

     

    what am i doing wrong!?

     

×
×
  • Create New...