-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Improve virtualenv and framework builds #7022
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
Conversation
Closes #6746 |
@@ -40,6 +43,7 @@ exist. Some of these are given here: | |||
* The ``TKAgg`` backend doesn't require any external dependencies and is | |||
normally always available. | |||
* The ``QT4`` framework ``PySide`` is pip installable. | |||
* ``PYQT5`` is pip installable on Python 3.5. | |||
* The upcoming `WX Phoenix <http://wiki.wxpython.org/ProjectPhoenix>`_ toolkit | |||
is ``pip`` installable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it is not part of your changeset, but this line about WX is highly misleading, as the Pypi link shows:
https://pypi.python.org/pypi/wx/3.0.3
It is unofficial, from a snapshot, and it requires lots of arcane dependencies. I don't think we should call it "pip installable" without at least some qualification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, This was originally written under the assumption that a release of WX Phoenix was to happen soon. Evidently that is not the case. We can add it again once the release happens
Long version | ||
============ | ||
|
||
Unfortunately virtualenv creates a non |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth another mention of venv
here in case someone skipped straight to the long version?
Document to use pythonw on conda and reorganise the docs a bit by splitting it into two sections