Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 44164fbfe36f8986fde54fbfc16c8eef > files > 13

python2-qt5-webengine-5.12.1-2.1.mga7.armv7hl.rpm

        PyQtWebEngine - Python Bindings for the Qt Web Engine Framework


INTRODUCTION

These are the Python bindings for the Qt Web Engine framework.  Both Python v2
and Python v3 are supported.  You must also have the SIP Python bindings
generator and PyQt5 installed.

The homepage is https://www.riverbankcomputing.com/software/pyqtwebengine/.

The homepage of PyQt5 is https://www.riverbankcomputing.com/software/pyqt/.

The homepage of SIP is https://www.riverbankcomputing.com/software/sip/.


INSTALLATION

Check for any other README files in this directory that relate to your
particular platform.  Feel free to contribute a README for your platform or to
provide updates to any existing documentation.

The first step is to configure PyQtWebEngine by running the following command.

	python3 configure.py

This assumes that the correct Python interpreter is on your path.  Something
like the following may be appropriate on Windows.

	c:\python37\python configure.py

If you have multiple versions of Python installed then make sure you use the
interpreter for which you wish to generate bindings for.

The configure.py script takes many options.  Use the "--help" command line
option to display a full list of the available options.

The next step is to build PyQtWebEngine using your platform's make command.

	make

The final step is to install PyQtWebEngine by running the following command.
(Depending on your system you may require root or administrator privileges.)

	make install