Skip to content
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

RuntimeError: the PyQt5.QtCore and PyQt4.QtCore modules both wrap the QObject class #11

Closed
franalbani opened this issue Apr 27, 2016 · 1 comment

Comments

@franalbani
Copy link

I got that error in apps/ss2.py and apps/such_samples.py

I solved adding this two lines to the very beginning of each file:

import matplotlib
matplotlib.use('QT4Agg', force=True)
@osh
Copy link
Owner

osh commented Jul 12, 2016

this sounds like an issue with your Qt install / default backend

@osh osh closed this as completed Jul 12, 2016
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