Skip to content

matplotlib assumes wx is not installed when just wxversion is missing #885

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

Closed
mbauman opened this issue May 21, 2012 · 0 comments
Closed

Comments

@mbauman
Copy link

mbauman commented May 21, 2012

The module wxversion is not required for a valid installation of wx. If the flag INSTALL_MULTIVERSION is set to 0 when running setup.py for wx, then wxversion will neither be built or installed.

Matplotlib checks for wx by simply trying to load wxversion. Reporting that wx is missing when only wxversion is missing is incorrect.

jenshnielsen pushed a commit to jenshnielsen/matplotlib that referenced this issue May 26, 2012
Add wxversion-specific error message. Closes matplotlib#885.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants