Hi team,
I’ve run into a licensing inconsistency I’m hoping you can help me understand.
The same Aspose.Total for Python via .NET license file works fine with Aspose.Cells, but Aspose.CAD rejects it with:
RuntimeError…... Minimal repro: import aspose.cad as cad cad.License()...reproduction: from pathlib import Path import sys import importlib.metadata...