Almost all examples run without issues (after i pip install pyqtgraph) but python PerformanceTest.py fails with
Created outlet with name BetaGen and type EEG
Created outlet with name GeneratedCentreOutMarkers and type Markers
looking for an EEG stream...
Reading from inlet named BetaGen with channels ['RAW1', 'SPK1', 'RAW2', 'SPK2', 'RAW3', 'SPK3'] sending data at 16384.0 Hz
Looking for stream with type Markers
Reading from inlet named GeneratedCentreOutMarkers with channels ['EventMarkers']
Traceback (most recent call last):
File "PerformanceTest.py", line 308, in <module>
qwindow.parent().setWindowTitle("pylsl PerformanceTest")
AttributeError: 'NoneType' object has no attribute 'setWindowTitle'
Edit:
But i get the same error in master (l300), so it must be sth else than your changes. pyqtgraph==0.11.0
Originally posted by @agricolab in #33 (comment)
Almost all examples run without issues (after i
pip install pyqtgraph) butpython PerformanceTest.pyfails withEdit:
But i get the same error in master (l300), so it must be sth else than your changes.
pyqtgraph==0.11.0Originally posted by @agricolab in #33 (comment)