PyXA icon indicating copy to clipboard operation
PyXA copied to clipboard

ModuleNotFoundError: No module named 'PyXA'

Open Lefyd24 opened this issue 7 months ago • 0 comments

Python version: 3.11.11

I installed PyXA via:

python -m pip install mac-pyxa 

but when trying to import it:

from PyXA import XAApplication

I got the error

ModuleNotFoundError: No module named 'PyXA'

Lefyd24 avatar Jun 19 '25 22:06 Lefyd24