QCustomPlot-PyQt5
QCustomPlot-PyQt5 copied to clipboard
Runtime error during module import
Uncomment the last line sys.exit(app.exec()) in example1.py to workaround #3 and run
$ python example1.py
Output:
Traceback (most recent call last):
File "example1.py", line 5, in <module>
from qcustomplot import QCustomPlot, QCPBars, QCP
ImportError: /usr/local/lib/python2.7/dist-packages/qcustomplot.so: undefined symbol: _ZTI14QCPItemBracket
I am using python3.5 and are having a similar problem as above ie ImportError: /usr/local/lib/python3.5/dist-packages/qcustomplot.cpython-35m-arm-linux-gnueabihf.so: undefined symbol: _ZTI14QCPItemBracket Is is a know problem and will there be a solution in the near future.