Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Drop conditional import of figureoptions. #6599
Conversation
mdboom
added the
needs_review
label
Jun 17, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
Jun 17, 2016
|
|
|
Do you know what's the version of Qt used on Travis? I couldn't find a reference to it. |
|
As far as I remember travis mocks out qt when building the docs |
|
This may explain why QtGui appears as a "type object" rather than a module in the traceback. |
|
It is done in conf.py https://github.com/matplotlib/matplotlib/blob/master/doc/conf.py#L328 |
tacaswell
merged commit 6b1adfd
into matplotlib:master
Jun 18, 2016
tacaswell
removed the
needs_review
label
Jun 18, 2016
tacaswell
referenced
this pull request
Jun 18, 2016
Open
Register figureoptions edits in views history. #6598
anntzer
deleted the
anntzer:always-figureoptions branch
Jun 18, 2016
anntzer
added the
GUI/Qt
label
Jul 10, 2016
QuLogic
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Jul 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedJun 17, 2016
As far as I can tell, the only way the import of figureoptions could
fail is under PyQt 4.3 or earlier (QFormLayout was introduced in Qt
4.4). PyQt 4.4 was released in 2008 and the oldest version still
downloadable on SourceForge seems to be 4.9, so that seems safe...
Also up the version requirement on PyQt.