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

PyqtgraphViewer not working with new pyqtgraph/PyQt5 version #514

Open
MarcusZuber opened this issue Jan 25, 2023 · 0 comments
Open

PyqtgraphViewer not working with new pyqtgraph/PyQt5 version #514

MarcusZuber opened this issue Jan 25, 2023 · 0 comments
Assignees

Comments

@MarcusZuber
Copy link
Member

With the newest version of pyqtgraph and PyQt5 I get this error, when using

Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/dist-packages/concert/ext/viewers.py", line 490, in run
app = pg.QtGui.QApplication([])
AttributeError: module 'pyqtgraph.Qt.QtGui' has no attribute 'QApplication'

When I switched to PyQt5-5.14.1 and pyqtgraph-0.12.1 everything worked again.

I think this is a problem within pyqtgraph. I will check this soon.

@MarcusZuber MarcusZuber self-assigned this Jan 25, 2023
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

1 participant