10000 add PySide to interactive_bk list by jbmohler · Pull Request #3386 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

add PySide to interactive_bk list #3386

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
wants to merge 1 commit into from

Conversation

jbmohler
Copy link
Contributor

This fixes what seems to me to be a straight-forward omission of PySide in the list of valid back ends. I discovered it while building in a context where PySide was the only available gui backend and "PySide" got written to the default rc file.

@WeatherGod
Copy link
Member

Is PySide even a name of a backend? I know we can use it when using Qt-based backends, but I didn't think it was actually a valid name for a backend.

@efiring
Copy link
Member
efiring commented Aug 19, 2014

There is no pyside backend. The qt4agg backend can use either pyqt4 or pyside. @jbmohler, how did PySide get written to the default rc file? That is the real bug.

@jbmohler
Copy link
Contributor Author

It's doing this on a windows build that has PySide (not PyQt) and no tcl/tk. You might ask how I got to that point ... the answer is jbmohler@ccd95fd which doesn't yet have tcl/tk support but should. That commit is my current results of fixing #1717

Another answer to your question might be https://github.com/matplotlib/matplotlib/blob/master/setupext.py#L2021 . Should name = "pyside" by name = "qt4agg" ?

@jbmohler
Copy link
Contributor Author

See #3387 for another fix which I think is more relevant as @efiring indicates.

@efiring
Copy link
Member
efiring commented Aug 19, 2014

Closing in favor of #3387.

@efiring efiring closed this Aug 19, 2014
@jbmohler jbmohler deleted the pyside_inclusion branch October 20, 2014 10:52
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

Successfully merging this pull request may close these issues.

3 participants
0