Skip to content

Update venv gui docs wrt availability of PySide2. #11207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions doc/faq/virtualenv_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ installed.

Otherwise, the situation (at the time of writing) is as follows:

============= ========================== =================================
GUI framework pip-installable? conda or conda-forge-installable?
============= ========================== =================================
PyQt5 yes yes
------------- -------------------------- ---------------------------------
PyQt4 PySide: on Windows and OSX yes
------------- -------------------------- ---------------------------------
PyGObject yes [#]_ on Linux
------------- -------------------------- ---------------------------------
wxPython yes [#]_ yes
============= ========================== =================================
========= ========= ================ =================================
framework bindings pip-installable? conda or conda-forge-installable?
========= ========= ================ =================================
Qt5 PyQt5 yes yes
Qt5 PySide2 yes [#]_ yes
Qt4 PyQt4 no yes
Qt4 PySide OSX and Windows yes
GTK3 PyGObject yes [#]_ Linux and OSX
wxWidgets wxPython yes [#]_ yes
========= ========= ================ =================================

.. [#] See http://lists.qt-project.org/pipermail/pyside/2018-March/002537.html.

.. [#] No wheels available, see
https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html
Expand Down