bidirectional bridge between python and Objective C
The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.
The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.
To install py311-pyobjc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pyobjc
To see what files were installed by py311-pyobjc, run:
port contents py311-pyobjc
To later upgrade py311-pyobjc, run:
sudo port selfupdate && sudo port upgrade py311-pyobjc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.