@@ -28,19 +28,23 @@ PyQt5 yes yes
28
28
------------- -------------------------- ---------------------------------
29
29
PyQt4 PySide: on Windows and OSX yes
30
30
------------- -------------------------- ---------------------------------
31
- PyGObject no on Linux
31
+ PyGObject yes [ # ]_ on Linux
32
32
------------- -------------------------- ---------------------------------
33
33
wxPython yes [# ]_ yes
34
34
============= ========================== =================================
35
35
36
+ .. [# ] No wheels available, see
37
+ https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html
38
+ for build instructions.
39
+
36
40
.. [# ] OSX and Windows wheels available on PyPI. Linux wheels available but
37
41
not on PyPI, see https://wxpython.org/pages/downloads/.
38
42
39
43
For cases where the framework is not installable in a venv, it needs to be
40
- install the package in the global (system) site-packages, and then made
41
- available from within the venv. This can be achieved by either of the
42
- following methods (in all cases, the system-wide Python and the venv Python
43
- must be of the same version):
44
+ installed in the global (system) site-packages, and then made available from
45
+ within the venv. This can be achieved by either of the following methods (in
46
+ all cases, the system-wide Python and the venv Python must be of the same
47
+ version):
44
48
45
49
- `vext <https://pypi.python.org/pypi/vext >`_ allows controlled access
46
50
from within the virtualenv to specific system-wide packages without the
0 commit comments