sjitech / mac_list_windows_pids

Mac OS X: list all windows title and their owner process ids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named Quartz

sompylasar opened this issue · comments

Traceback (most recent call last):
  File "lswin.py", line 3, in <module>
    import Quartz
ImportError: No module named Quartz

Please expand the README with how to install that on a clean machine.

What's missing is: pip install pyobjc-framework-Quartz

SavinaRoja/PyUserInput#13 (comment)

commented

thank you! I will add it to document.

Fixed via 6c65bcd