PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine framework. The framework provides the ability to embed web content in applications and is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as three separate modules corresponding to the different libraries that make up the framework.
PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine framework. The framework provides the ability to embed web content in applications and is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as three separate modules corresponding to the different libraries that make up the framework.
To install py310-pyqt5-webengine, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pyqt5-webengine
To see what files were installed by py310-pyqt5-webengine, run:
port contents py310-pyqt5-webengine
To later upgrade py310-pyqt5-webengine, run:
sudo port selfupdate && sudo port upgrade py310-pyqt5-webengine
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.