Opened 3 weeks ago

Last modified 2 weeks ago

#71103 closed defect

ModuleNotFoundError: No module named 'Quartz' — at Initial Version

Reported by: breun (Nils Breunese) Owned by: danchr (Dan Villiom Podlaski Christiansen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-pyobjc

Description

According to https://pyobjc.readthedocs.io/en/latest/notes/quartz-vs-coregraphics.html PyObjC should provide for 'import Quartz'. However, with the python312 and py312-pyobjc ports installed on macOS 15.0.1 arm64, I get the following:

❯ /opt/local/bin/python3.12
Python 3.12.7 (main, Oct  5 2024, 01:39:55) [Clang 16.0.0 (clang-1600.0.26.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Quartz
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'Quartz'

Change History (0)

Note: See TracTickets for help on using tickets.