-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Changing IPython graphics backend to "Qt" will result in error when using Qt5 #2792
Comments
@stonebig, what do you think we need to do to fix this problem? Removing the |
Hi Carlos, I don't feel expert on this. I would suggest that this option (and current 'Qt4' value), if kept, should be understood as "use the default Qt", this one being Qt4 or Qt5. Qt4 and Python 2.7 / 3.3 are already out of my (maintenance) mind, so you may as well switch to Qt5 only on this option. |
So ETS is available for Qt5 too? |
I think last time I checked it wasn't |
What is ETS ? |
@stonebig, don't worry. I found where the error was (and it wasn't related to ETS = Entought Tool Suite). |
great ! |
hope you will soon do a 3.0.0 beta2 to celebrate this |
Yep, I only have to solve issue #2748 before releasing it. |
(silent hope) |
Dear all,
Thanks to @stonebig for catching the bug on discussion at https://groups.google.com/forum/?fromgroups#!topic/winpython/QnSEg4hKxYE
Environment: Win 7 64 bit (I don't think it matters though)
Python 3.4 64 bit
Spyder 3.0.0dev (using Qt5)
How to reproduce:
Open spyder -> Tools -> Preferences -> IPython console -> Graphics -> Change the Backend from "Inline" to "Qt" -> restart spyder -> in the IPython QtConsole, enter
import matplotlib.pyplot as plt
Error:
stonebig pointed out that why this happend:
Doing this change, you get in the"spyder.ini file:
ets_backend = qt4
The text was updated successfully, but these errors were encountered: