sparrow-wifi
sparrow-wifi copied to clipboard
NameError: name 'QLineSeries' is not defined
File "sparrow-wifi.py", line 420, in
help me to resolve this issue in python3
Looks like a QtChart issue?
Can you just run python3 from the command-line and see if this import succeeds?
from PyQt5.QtChart import QLineSeries
If it fails, sounds like QtChart isn't being found correctly.