sparrow-wifi icon indicating copy to clipboard operation
sparrow-wifi copied to clipboard

NameError: name 'QLineSeries' is not defined

Open Vigneshgandhi opened this issue 5 years ago • 2 comments

File "sparrow-wifi.py", line 420, in class QHoverLineSeries(QLineSeries): NameError: name 'QLineSeries' is not defined

Vigneshgandhi avatar Aug 19 '20 06:08 Vigneshgandhi

help me to resolve this issue in python3

Vigneshgandhi avatar Aug 19 '20 06:08 Vigneshgandhi

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.

ghostop14 avatar Aug 19 '20 14:08 ghostop14