Igalia / acacia

Library for inspecting accessibility APIs
https://igalia.github.io/acacia
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Python example for mac can't find acacia_axapi #225

Open spectranaut opened 6 months ago

spectranaut commented 6 months ago

After "ninja" (don't install python):

~/repos/acacia/build  2:02PM> python3 ./examples/mac/dump_tree_axapi.py
Traceback (most recent call last):
  File "/Users/valerieyoung/repos/acacia/build/./examples/mac/dump_tree_axapi.py", line 5, in <module>
    import acacia_axapi
ModuleNotFoundError: No module named 'acacia_axapi'