You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Almost all examples run without issues (after i
pip install pyqtgraph
) butpython PerformanceTest.py
fails withEdit:
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)
The text was updated successfully, but these errors were encountered: