- 
    
Bug
 - 
    Resolution: Invalid
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    5.14.0
 - 
    None
 - 
    QT creator 4.11
Python 3.8
Pyside 2 
I'm currently working on a project that requires the use of QAbstractSeries
I'm using the import statement:
from PySide2.QtCharts import QAbstractSeries
this gives the following error:
ImportError: cannot import name 'QAbstractSeries' from 'PySide2.QtCharts' (D:\4. Projecten\WLED_Entertainment\wled\lib\site-packages\PySide2\QtCharts.pyd)
I'm guessing there is something wrong with the binding of the package.
Any help is appreciated!