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

problem when wavepicker is calling pyqtgraph and pyside #12

Open
iceseismic opened this issue May 23, 2015 · 1 comment
Open

problem when wavepicker is calling pyqtgraph and pyside #12

iceseismic opened this issue May 23, 2015 · 1 comment

Comments

@iceseismic
Copy link

Hi, I'm hitting a problem immediately on the call to wavepicker - as follows ; any suggestions greatly appreciated !

1 Trace(s) in Stream:
XX.GA04.10.HHZ | 2013-09-30T00:00:00.000000Z - 2013-09-30T23:59:59.600000Z | 2.5 Hz, 216000 samples

Traceback (most recent call last):
File "pick_using_wavepicker.py", line 80, in
wavePicker(stream1)
File "/usr/lib/python2.7/site-packages/wavePicker-0.1dev-py2.7.egg/wavePicker/wavePicker.py", line 35, in init
self.setupUi(self)
File "/usr/lib/python2.7/site-packages/wavePicker-0.1dev-py2.7.egg/wavePicker/mainWindow.py", line 240, in setupUi
self.qtGraphLayout = GraphicsLayoutWidget(self.splitter_2)
File "/usr/lib/python2.7/site-packages/pyqtgraph/widgets/GraphicsLayoutWidget.py", line 26, in init
GraphicsView.init(self, parent)
File "/usr/lib/python2.7/site-packages/pyqtgraph/widgets/GraphicsView.py", line 72, in init
QtGui.QGraphicsView.init(self, parent)
TypeError: arguments did not match any overloaded call:
QGraphicsView(QWidget parent=None): argument 1 has unexpected type 'PySide.QtGui.QSplitter'
QGraphicsView(QGraphicsScene, QWidget parent=None): argument 1 has unexpected type 'PySide.QtGui.QSplitter'

@miili
Copy link
Owner

miili commented May 25, 2015

Looks like a problem with PySide. Did you check your pyside installation?

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